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_111_cswdtx_noise_dout.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_111_cswdtx_noise_dout.py')
-rw-r--r-- | config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py b/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py index 6d44c10..fd4dabf 100644 --- a/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py +++ b/config/joint_simple_mlp_tgtcls_111_cswdtx_noise_dout.py @@ -60,3 +60,4 @@ noise = 0.01 noise_inputs = VariableFilter(roles=[roles.PARAMETER]) valid_set = 'cuts/test_times_0' +max_splits = 100 |