Skip to content

Commit 515a6ed

Browse files
ellisvalentinerandremoeller
authored andcommitted
Fix typo in TensorFlow optional hyperparameter min_eval_frequency (int) (aws#88)
1 parent 6b809eb commit 515a6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ You need to add them inside the hyperparameters dictionary in the
11391139
- ``eval_hooks (list)`` A list of `SessionRunHook` hooks to pass during evaluation.
11401140
- ``eval_delay_secs (int)`` Start evaluating after waiting for this many seconds.
11411141
- ``continuous_eval_throttle_secs (int)`` Do not re-evaluate unless the last evaluation was started at least this many seconds ago.
1142-
- ``min_eval_frequency (int)`` The minimum number of steps between evaluations. Of course, evaluation does not occur if no new snapshot is available, hence, this is the minimum. If 0, the evaluation will only happen after training. If None, defaults to default is 1000.
1142+
- ``min_eval_frequency (int)`` The minimum number of steps between evaluations. Of course, evaluation does not occur if no new snapshot is available, hence, this is the minimum. If 0, the evaluation will only happen after training. If None, defaults to 1000.
11431143
- ``delay_workers_by_global_step (bool)`` if ``True`` delays training workers based on global step instead of time.
11441144
- ``train_steps_per_iteration (int)`` Perform this many (integer) number of train steps for each training-evaluation iteration. With a small value, the model will be evaluated more frequently with more checkpoints saved.
11451145

0 commit comments

Comments
 (0)