diff options
Diffstat (limited to 'seer.py')
-rwxr-xr-x | seer.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,8 +6,9 @@ import code import readline import signal import sys -from ltsm import lstm_type_1, lstm_type_2, lstm_type_3 -from cnn import marrionette_type_1 +from lstm import lstm_type_1, lstm_type_2, lstm_type_3 +from marionette import marrionette_type_1 +from tfann import tfann_type_1 def SigHandler_SIGINT(signum, frame): print() |