asteroid-team / asteroid

The PyTorch-based audio source separation toolkit for researchers
https://asteroid-team.github.io/
MIT License
2.22k stars 422 forks source link

Fix loading FasNetTAC model #586

Closed jc5201 closed 2 years ago

jc5201 commented 2 years ago

I found a mistake while trying to use FasNetTAC with pretrained model (https://huggingface.co/popcornell/FasNetTAC-paper). This simple fix works for me.

mpariente commented 2 years ago

Thanks a lot for your first contribution ! :pray:

We'll merge it when CI agrees