clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.03k stars 273 forks source link

Multi node training #187

Closed ukemamaster closed 2 months ago

ukemamaster commented 5 months ago

Hi @joonson, Could you please give some hints to make it work for a multi-node multi gpu distributed training?

joonson commented 2 months ago

It will require many changes to the code, including but not limited to:

https://github.com/clovaai/voxceleb_trainer/blob/343af8bc9b325a05bcf28772431b83f5b8817f5a/trainSpeakerNet.py#L120-L131

We cannot provide support for this at this stage.