diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-22 15:51:26 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-05-22 15:51:47 -0400 |
commit | 57fe795d14e70c06c9bdbe6fe903588b5f75474e (patch) | |
tree | d7b0de1569a67dfc55dc6481c35e976d22572ebb /config/joint_simple_mlp_tgtcls_1_cswdtx.py | |
parent | 448e848796757ad9f0a2f681886f868b8f22e81f (diff) | |
download | taxi-57fe795d14e70c06c9bdbe6fe903588b5f75474e.tar.gz taxi-57fe795d14e70c06c9bdbe6fe903588b5f75474e.zip |
Add parametrizability for how the training data is presented
Diffstat (limited to 'config/joint_simple_mlp_tgtcls_1_cswdtx.py')
-rw-r--r-- | config/joint_simple_mlp_tgtcls_1_cswdtx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/joint_simple_mlp_tgtcls_1_cswdtx.py b/config/joint_simple_mlp_tgtcls_1_cswdtx.py index 1874444..1e21000 100644 --- a/config/joint_simple_mlp_tgtcls_1_cswdtx.py +++ b/config/joint_simple_mlp_tgtcls_1_cswdtx.py @@ -53,3 +53,4 @@ momentum = 0.99 batch_size = 200 valid_set = 'cuts/test_times_0' +max_splits = 100 |