clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.01k stars 272 forks source link

torch version for using 'all_gather_object' #139

Closed msh9184 closed 2 years ago

msh9184 commented 2 years ago

It seems that all_gather_object from torch.distributed is available since torch 1.7.0 version. (Not available with the minimum versions (1.6.x) of requirements.py) Thanks for checking it out.

lbjcom commented 2 years ago

Thanks for the comment. Would you please make a PR for the requirements.txt?

msh9184 commented 2 years ago

@lbjcom @hsss Thank you so much for your reply :-) I made a PR. (This dependency issue seems to cause an error when evaluation during ddp training in torch 1.6.0 version.)