Closed didadida-r closed 9 months ago
Hi, this script is kept as simple as possible, also because most of the models can be trained in a single day on a consumer-grade GPU on AudioSet. For what purpose would you need multiple GPU support?
Well, I just think it would be more convenient to do some experiments if we support multi-gpu training
Okay, I'm currently busy with a deadline, so if you implement it and create a pull request that would be nice. Otherwise, I'll do it but it will take a bit.
@didadida-r If you just use pytorch-lightning, you get multi GPU training on any torch.nn.Module
. Seems like that would be a better and more generic solution for you
I added the ex_pl_audioset.py file for multi GPU training on AudioSet.
Hi,
how to train the script using multiple gpus? thanks