diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-24 11:30:27 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-07-24 11:30:40 -0400 |
commit | ff49937eef024916ac4560ce0134d94006e9e2e5 (patch) | |
tree | 5b8faba873efc03151ee457c459510c8f64b65f3 /train.py | |
parent | ac49e3cb892e0278ea1d52afdc314322000fae27 (diff) | |
download | taxi-ff49937eef024916ac4560ce0134d94006e9e2e5.tar.gz taxi-ff49937eef024916ac4560ce0134d94006e9e2e5.zip |
RNN & Bidir RNN refactoring (& fixes, maybe)
Diffstat (limited to 'train.py')
-rwxr-xr-x | train.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |