nii-yamagishilab / project-NN-Pytorch-scripts

see README
BSD 3-Clause "New" or "Revised" License
320 stars 49 forks source link

About 10-asvspoof-vocoded-trn-ssl - xlsr_53_56k.pt #60

Open Ju-li-us opened 5 months ago

Ju-li-us commented 5 months ago

Dear author, I'm a big fan of this repository. But when I try to run the P1-Model I get the following error: Traceback (most recent call last): File "main.py", line 229, in main() File "main.py", line 209, in main model = prj_model.Model(test_set.get_in_dim(), \ File "/srv/storage/user/project-NN-Pytorch-scripts/project/10-asvspoof-vocoded-trn-ssl/model-ID-P1/trained-for-paper/01/model.py", line 483, in init self.m_front_end = FrontEnd(prj_conf.ssl_front_end_path, File "/srv/storage/user/project-NN-Pytorch-scripts/project/10-asvspoof-vocoded-trn-ssl/model-ID-P1/trained-for-paper/01/model.py", line 118, in init self.ssl_model = SSLModel(mpath, ssl_out_dim, ssl_layer_indices) File "/srv/storage/user/project-NN-Pytorch-scripts/project/10-asvspoof-vocoded-trn-ssl/model-ID-P1/trained-for-paper/01/model.py", line 49, in init self.model = S3PRLUpstream("wav2vec2_custom", path_or_url = mpath) File "/srv/storage/user/project-NN-Pytorch-scripts-master/project/10-asvspoof-vocoded-trn-ssl/s3prl/s3prl/nn/upstream.py", line 117, in init self.upstream = getattr(hub, name)(**upstream_conf) File "/srv/storage/user/project-NN-Pytorch-scripts-master/project/10-asvspoof-vocoded-trn-ssl/s3prl/s3prl/upstream/wav2vec2/hubconf.py", line 61, in wav2vec2_custom assert os.path.isfile(ckpt) AssertionError

I think the reason for that is, that you forgot to include the download-procedure for the model xlsr_53_56k.pt in 01_download_pretrained_cm.sh.

Best regards, Julius

TonyWangX commented 5 months ago

Thank you very much. Indeed!