xvector_pytorch
xvector_pytorch copied to clipboard
A pytorch implementation of xvector embedding
Thanks for sharing your great work! When I tried the ipynb file 'xvector_ext_and_lda_scatter.ipynb', the output of net_xvec is NaN. Can u help me to address this issue?
I encountered a problem during training and I was puzzled for a day. According to your network structure, I use 230 speakers, input 's shape = [20000,400,24], I use RTX2080...
from you code xvector-gpu.ipynb , the net construction is :+1: Sequential( (0): TDNN() (1): TDNN() (2): TDNN() (3): TDNN() (4): TDNN() (5): StatsPooling() (6): FullyConnected( (hidden1): Linear(in_features=3000, out_features=512, bias=True) (hidden2):...