aboutsummaryrefslogtreecommitdiff
path: root/train.py
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@ens.fr>2015-07-24 11:30:27 -0400
committerAlex Auvolat <alex.auvolat@ens.fr>2015-07-24 11:30:40 -0400
commitff49937eef024916ac4560ce0134d94006e9e2e5 (patch)
tree5b8faba873efc03151ee457c459510c8f64b65f3 /train.py
parentac49e3cb892e0278ea1d52afdc314322000fae27 (diff)
downloadtaxi-ff49937eef024916ac4560ce0134d94006e9e2e5.tar.gz
taxi-ff49937eef024916ac4560ce0134d94006e9e2e5.zip
RNN & Bidir RNN refactoring (& fixes, maybe)
Diffstat (limited to 'train.py')
-rwxr-xr-xtrain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/train.py b/train.py
index cb9b63b..fb50a2f 100755
--- a/train.py
+++ b/train.py
@@ -110,7 +110,7 @@ if __name__ == "__main__":
DataStreamMonitoring(valid_monitored, valid_stream,
prefix='valid',
every_n_batches=10000),
- Printing(every_n_batches=1000),
+ Printing(every_n_batches=10000),
FinishAfter(every_n_batches=10000000),
SaveLoadParams(dump_path, cg,