nnunetv2 dataloader_train.num_processes #1492
Unanswered
YazdanSalimi
asked this question in
Q&A
Replies: 2 comments
-
Hi @YazdanSalimi, Hope it helps, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for your response and great project |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you again for the great project.
I am using nnunetv2runner in monai. I am using --n_proc=32 for plan_and_process and it is working fine for preprocessing.
However, even when I add --n_proc to the train function after starting the training the model uses 12 cores for dataloader and in the debug.json file the parameters are like this.
"dataloader_train.num_processes": "12",
"dataloader_val.num_processes": "6",
Could you please help me to increase these numbers?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions