aboutsummaryrefslogtreecommitdiffstats
path: root/seer.py
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-02 14:02:20 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-02 14:02:20 +0000
commit2e8d066729e7714af504908a0279a69918428c0f (patch)
tree37ed355889f8156839574be38f72aa4ecab7289c /seer.py
parentupdate (diff)
downloadseer-2e8d066729e7714af504908a0279a69918428c0f.tar.gz
seer-2e8d066729e7714af504908a0279a69918428c0f.zip
update
Diffstat (limited to '')
-rwxr-xr-xseer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/seer.py b/seer.py
index 006eaf3..9226c39 100755
--- a/seer.py
+++ b/seer.py
@@ -28,6 +28,7 @@ def launch_ais(which):
elif which == "lstm_type_2": lstm_type_2()
elif which == "lstm_type_3": lstm_type_3()
elif which == "cnn_type_1": pass
+ elif which == "tfann_type_1": tfann_type_1()
else: pass
# write code here