mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-07-24 13:10:45 +08:00
10 lines
170 B
Python
10 lines
170 B
Python
from __future__ import print_function
|
|
import pytest
|
|
import time
|
|
import random
|
|
from keras_contrib import datasets
|
|
|
|
|
|
if __name__ == '__main__':
|
|
pytest.main([__file__])
|