mravanelli / pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
2.36k stars 446 forks source link

x-vector DNN model #252

Open jvel07 opened 3 years ago

jvel07 commented 3 years ago

Hi, nice work! May I ask where can I find the x-vector DNN structure in your project? Didn't find it in the neural_networks.py file.