Closed briebe closed 3 years ago
I think hydra config error, can you check with "speakerverification_speakernet" model? speakerrecognition_speakernet pretrained model will be removed from next release.
I have the same problem with this checkpoint file for identification. Is that trained on an4? how can I get voxceleb trained model? thanks
speakerverification_speakernet.nemo is still available here: https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/speakerrecognition_speakernet/files
And speaker recognition example says it will work with .nemo file here: https://github.com/NVIDIA/NeMo/blob/2430d0f68c1fb2eb4ff92887781af217baccad74/examples/speaker_tasks/recognition/conf/speaker_identification_infer.yaml#L13
I can run the example successfully with my set of embedding and test files in "cosine_similarity" mode.
If I switch the model path to a speakerverification_speakernet.nemo downloaded from the link above, I get this error...
File "/mnt/c/Users/foo/Git/NeMo/bar/speaker_identification_infer.py", line 152, in
Describe the bug
Following "NGC Pretrained Checkpoints"
from
https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/speaker_recognition/results.html
Steps/Code to reproduce bug
Running:
nemo_asr.models.EncDecSpeakerLabelModel.from_pretrained(model_name="speakerrecognition_speakernet")
Expected behavior
no error when loading pretrained model
Environment overview (please complete the following information)
same on dgx with working riva-client container that has been used for other applications
Environment details