diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-08 13:59:44 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-08 13:59:44 -0400 |
commit | 0ecac7973fd02f44af9c8bc5765f7c159c94b23a (patch) | |
tree | ec28ec6253d84b3c55f8fa88adce4e720d26bd07 /config | |
parent | 1ffd1fc355f6fddcb6cd3d93c0df58513d064472 (diff) | |
download | taxi-0ecac7973fd02f44af9c8bc5765f7c159c94b23a.tar.gz taxi-0ecac7973fd02f44af9c8bc5765f7c159c94b23a.zip |
Fusion AddFirstK and AddLastK transformers, and add 'input_time' field.
Diffstat (limited to 'config')
-rw-r--r-- | config/time_simple_mlp_tgtcls_2_cswdtx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/time_simple_mlp_tgtcls_2_cswdtx.py b/config/time_simple_mlp_tgtcls_2_cswdtx.py index 4579df3..eb69714 100644 --- a/config/time_simple_mlp_tgtcls_2_cswdtx.py +++ b/config/time_simple_mlp_tgtcls_2_cswdtx.py @@ -32,8 +32,6 @@ embed_weights_init = IsotropicGaussian(0.001) mlp_weights_init = IsotropicGaussian(0.01) mlp_biases_init = Constant(0.001) -exp_base = 1.5 - learning_rate = 0.0001 momentum = 0.99 batch_size = 32 |