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.