Skip to content

Commit

Permalink
set default eval num workers for pytorch data loaders to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Mar 26, 2024
1 parent c1b6959 commit ba2d371
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 ba2d371

Please sign in to comment.