mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-08-14 12:30:09 +08:00
9 lines
169 B
Python
9 lines
169 B
Python
import pytest
|
|
|
|
from keras.utils.test_utils import layer_test, keras_test
|
|
from keras_contrib.layers import local
|
|
|
|
|
|
if __name__ == '__main__':
|
|
pytest.main([__file__])
|