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 2683099 commit 6b7ee29Copy full SHA for 6b7ee29
submission_runner.py
@@ -384,8 +384,8 @@ def train_once(
384
train_step_end_time - train_state['last_step_end_time'])
385
386
# Check if submission is eligible for an untimed eval.
387
- if ((train_step_end_time - train_state['last_eval_time'])
388
- >= 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']):
389
390
# Prepare for evaluation (timed).
391
if prepare_for_eval is not None:
0 commit comments