Closed wuqiangch closed 4 years ago
@joonson Hi,I have two problems bellow:
- Do you run it on multi-gpus? I dit it ,but I get Segmentation fault.Although I can run it on single gpu,but i think it is too slow.
- gsize_dict = {'proto':args.nSpeakers, 'triplet':2, 'contrastive':2, 'softmax':1, 'amsoftmax':1, 'aamsoftmax':1, 'ge2e':args.nSpeakers, 'angleproto':args.nSpeakers}. In the paper, For 'proto'/'angleproto' ,That nSpeakers is 2 can get best result. For 'ge2e' That nSpeakers is 3 can get best result. Maybe the nSpeakers changes with the different datasets?
Do you resolve the "Segmentation fault" problem? I met the same problem as you.
I have not tried to use multi-gpu training after this, since single GPU worked fine.
@joonson Hi,I have two problems bellow: