pytorch_xvectors
pytorch_xvectors copied to clipboard
Deep speaker embeddings in PyTorch, including x-vectors. Code used in this work: https://arxiv.org/abs/2007.16196
hi, i follow your Google Drive link to download the pre-trained model, but when i decompress the file "checkpoint_step309.tar", the error is this file is not a tar file? could...
Hi, I'm tying to train the speaker verification with voxceleb1&2 using 'pytorch_run.sh' However, index error occurred in train_xent.py(stage 6) I think the default script need 80 archives(numArchives), however I can...
Hi, First of all, very nice work. well done. I want to ask you about your xvector implementation. I am not sure if I have a misunderstanding of how The...
Hello, When I tried to iterate the dataLoadear (for x, _ in dataLoader:), it thows the error, Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line...
Hello, Thanks for sharing the PYtorch code for embedding training. If we look at thepytorch_xvectors/pytorch_run.sh, CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=1 \ train_xent.py exp/xvector_nnet_1a/egs/ **If we look at the above line,it...