aboutsummaryrefslogtreecommitdiff
path: root/config/dest_simple_mlp_tgtcls_1_cswdtx.py
diff options
context:
space:
mode:
authorÉtienne Simon <esimon@esimon.eu>2015-05-18 16:22:00 -0400
committerÉtienne Simon <esimon@esimon.eu>2015-05-18 16:22:00 -0400
commit6d946f29f7548c75e97f30c4356dbac200ee6cce (patch)
tree387e586c7ad0c1a0167d21451c9a8c877cf3ef0e /config/dest_simple_mlp_tgtcls_1_cswdtx.py
parent1e6d08b0c9ac5983691b182631c71e9d46ee71cc (diff)
downloadtaxi-6d946f29f7548c75e97f30c4356dbac200ee6cce.tar.gz
taxi-6d946f29f7548c75e97f30c4356dbac200ee6cce.zip
Refactor models, clean the code and separate training from testing.
Diffstat (limited to 'config/dest_simple_mlp_tgtcls_1_cswdtx.py')
-rw-r--r--config/dest_simple_mlp_tgtcls_1_cswdtx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dest_simple_mlp_tgtcls_1_cswdtx.py b/config/dest_simple_mlp_tgtcls_1_cswdtx.py
index 6306c15..713581d 100644
--- a/config/dest_simple_mlp_tgtcls_1_cswdtx.py
+++ b/config/dest_simple_mlp_tgtcls_1_cswdtx.py
@@ -3,8 +3,8 @@ import cPickle
from blocks.initialization import IsotropicGaussian, Constant
import data
+from model.dest_simple_mlp_tgtcls import Model, Stream
-import model.dest_simple_mlp_tgtcls as model
n_begin_end_pts = 5 # how many points we consider at the beginning and end of the known trajectory
n_end_pts = 5