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/dest_simple_mlp_2_cs.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/dest_simple_mlp_2_cs.py')
-rw-r--r-- | config/dest_simple_mlp_2_cs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/dest_simple_mlp_2_cs.py b/config/dest_simple_mlp_2_cs.py index 7c121a4..4fd8c4a 100644 --- a/config/dest_simple_mlp_2_cs.py +++ b/config/dest_simple_mlp_2_cs.py @@ -26,3 +26,4 @@ momentum = 0.99 batch_size = 32 valid_set = 'cuts/test_times_0' +max_splits = 100 |