Skip to content

Commit

Permalink
Fix help message of --min_eval_frequency flag
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 17, 2017
1 parent a642361 commit b612d7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qnd/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def def_def_experiment_fn(batch_inputs=True,
help="Maximum number of {} steps".format(mode))

adder.add_flag("min_eval_frequency", type=int, default=1,
help="Minimum evaluation frequency in number of model "
"savings")
help="Minimum evaluation frequency in number of train steps")

estimator = def_estimator(distributed)
def_train_input_fn = def_def_train_input_fn(batch_inputs,
Expand Down

0 comments on commit b612d7a

Please sign in to comment.