Skip to content

Commit

Permalink
Merge pull request #723 from mlcommons/num_workers_fix
Browse files Browse the repository at this point in the history
set default eval num workers for pytorch data loaders to 0
  • Loading branch information
priyakasimbeg authored Mar 26, 2024
2 parents c1b6959 + ba2d371 commit ec31805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
False,
'If true, set pytorch max_split_size_mb to 256')
flags.DEFINE_integer('pytorch_eval_num_workers',
4,
0,
'Number of workers for PyTorch evaluation data loaders.')
FLAGS = flags.FLAGS
USE_PYTORCH_DDP, RANK, DEVICE, N_GPUS = pytorch_setup()
Expand Down

0 comments on commit ec31805

Please sign in to comment.