Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Update flags correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksona committed Mar 26, 2019
1 parent e90ce64 commit cdfe391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
'Whether to run train repeatedly, automatically incrementing the window')

flags.DEFINE_integer('window_start_at', 10000000,
'The game number to start the window at (when used with `many`)')
'Used with `train_many`. The game number where the window begins')

flags.DEFINE_integer('num_repeats', 3,
'Used with `many`. The number of times to increment the window and re-train.')
flags.DEFINE_integer('num_datasets', 3,
'Used with `train_many`. The number of times to increment the window and re-train.')


flags.register_multi_flags_validator(
Expand Down

0 comments on commit cdfe391

Please sign in to comment.