speechbrain / speechbrain

A PyTorch-based Speech Toolkit
http://speechbrain.github.io
Apache License 2.0
8.8k stars 1.39k forks source link

Run EER evaluation for ECAPA-TDNN #1103

Closed ARKEYTECT closed 2 years ago

ARKEYTECT commented 2 years ago

I am trying to run EER evaluations on a self-trained ECAPA model. I keep running in to the following error: "FileNotFoundError: [Errno 2] No such file or directory: '/network/datasets/restricted/voxceleb_users/voxceleb/voxceleb1/meta' "

Since this line is pre-defined in the verification_ecapa.yaml, I am wondering how to fix this issue. Thanks!

mravanelli commented 2 years ago

It looks like you didn't change the variable voxceleb_source in the yaml file with your own path.

ARKEYTECT commented 2 years ago

Thanks Mirco! As it turned out, If one were to run EER the first time, he only needs to leave voxceleb_source blank.