facebookresearch / demucs

Code for the paper Hybrid Spectrogram and Waveform Source Separation
MIT License
8.24k stars 1.04k forks source link

Downloading pre-trained models manually? #391

Closed thetechguy-cpu closed 2 years ago

thetechguy-cpu commented 2 years ago

❓ Questions

Is there a way for me to download the pre-trained models manually? I can't seem to find where to get them. Also, where do I place them once downloaded? I'm on windows.

Archie3d commented 2 years ago

Looking at pretrained.py they seem to be hosted here: https://dl.fbaipublicfiles.com/demucs/mdx_final/ And these are the files.

adefossez commented 2 years ago

You can find the signatures for each bag of models inside demucs/remote/nameofbag.yaml

Then the corresponding file name is the only one that start with this signature.

CarlGao4 commented 2 years ago

Please see #367 .

thetechguy-cpu commented 2 years ago

Thanks for the responses. I was able to download the pre-trained models at the provided link :)