We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28adc86 commit d492d69Copy full SHA for d492d69
1 file changed
submission_runner.py
@@ -637,6 +637,12 @@ def main(_):
637
if FLAGS.framework == 'pytorch':
638
pytorch_init(USE_PYTORCH_DDP, RANK, profiler)
639
640
+ # TODO: remove once issue resolved.
641
+ if FLAGS.pytorch_eval_num_workers != 0:
642
+ logging.warning(
643
+ 'WARNING: Setting pytorch_eval_num_workers != 0, will result '
644
+ 'in incorrect evals currently, see issues/732.')
645
+
646
workload_metadata = WORKLOADS[FLAGS.workload]
647
648
# Prevent OOM on librispeech conformer.
0 commit comments