We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec6c28 commit ca66cdcCopy full SHA for ca66cdc
scripts/performance/setup_experiment.py
@@ -73,6 +73,7 @@ def check_training_finished(log_file_paths: List[str]) -> bool:
73
"StopIteration" in line
74
or "after training is done" in line
75
or "exiting program at iteration" in line
76
+ or "AssertionError: no samples left to consume:" in line
77
)
78
79
return any(all_lines)
0 commit comments