Hello. I found that the combination of multi-run and DDP doesn't work with the following command. python run.py -m datamodule.batch_size=32,64 trainer=ddp trainer.max_epochs=2 Can you have a look at this?
Hello. I found that the combination of multi-run and DDP doesn't work with the following command.
python run.py -m datamodule.batch_size=32,64 trainer=ddp trainer.max_epochs=2
Can you have a look at this?