We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848b50c commit fb62eaeCopy full SHA for fb62eae
submission_runner.py
@@ -392,8 +392,8 @@ def train_once(
392
train_step_end_time - train_state['last_step_end_time'])
393
394
# Check if submission is eligible for an untimed eval.
395
- if ((train_step_end_time - train_state['last_eval_time'])
396
- >= workload.eval_period_time_sec or train_state['training_complete']):
+ if ((train_step_end_time - train_state['last_eval_time']) >=
+ workload.eval_period_time_sec or train_state['training_complete']):
397
398
# Prepare for evaluation (timed).
399
if prepare_for_eval is not None:
0 commit comments