mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-06-27 16:10:11 +08:00
8 lines
168 B
Python
8 lines
168 B
Python
import pytest
|
|
from keras.utils.test_utils import layer_test, keras_test
|
|
from keras_contrib.layers import noise
|
|
|
|
|
|
if __name__ == '__main__':
|
|
pytest.main([__file__])
|