Instructions to use JunzheJosephZhu/MultiDecoderDPRNN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use JunzheJosephZhu/MultiDecoderDPRNN with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("JunzheJosephZhu/MultiDecoderDPRNN") - Notebooks
- Google Colab
- Kaggle
Error when loading the model
#1
by FredReeva - opened
Hi, I'm trying to use the model with asteroid:
model = BaseModel.from_pretrained("JunzheJosephZhu/MultiDecoderDPRNN")
but I get the following error:
Entry Not Found for url: https://huggingface.co/JunzheJosephZhu/MultiDecoderDPRNN/resolve/main/pytorch_model.bin
Can someone help me / is there another way to load it? Thanks!
Yeah i got the same problem
fixed, added a notebook in github repo https://colab.research.google.com/drive/11MGx3_sgOrQrB6k8edyAvg5mGIxqR5ED?usp=sharing
JunzheJosephZhu changed discussion status to closed