joaoantoniocn / AM-SincNet

The Additive Margin SincNet (AM-SincNet) is a new approach for speaker recognition problems which is based in the neural network architecture SincNet and the additive margin softmax (AM-Softmax) loss function. It uses the architecture of the SincNet, but with an improved AM-Softmax layer.
43 stars 9 forks source link

How do I get the prediction #1

Open oualido1212 opened 5 years ago

oualido1212 commented 5 years ago

thanks sir the code run correctly Now I wanted to use the trained model to make test ''speaker idendification and prediction with wav files li. How do I get the prediction? Can you please help?

Thanks!

joaoantoniocn commented 5 years ago

Hi @oualido1212, you can have a look on the validation steps (on the speaker_id file) to see how prediction is done.