diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-02 13:38:33 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-02 13:38:33 +0000 |
commit | 66afd62322e92666245ca7ceb8b070c4f6298a2c (patch) | |
tree | d442644ae71f5490e1ba1831ac1c2376c7c1ec4a /seer.py | |
parent | update (diff) | |
download | seer-66afd62322e92666245ca7ceb8b070c4f6298a2c.tar.gz seer-66afd62322e92666245ca7ceb8b070c4f6298a2c.zip |
update
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() |