facebookresearch / demucs

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

Where does demucs store its models on linux? #581

Open husnoo opened 10 months ago

husnoo commented 10 months ago

❓ Questions

I created a conda environment and pip installed it. I'm trying to figure where the models went...

thanks,

Nawal

CarlGao4 commented 10 months ago

run python3 -c "import torch;print(torch.hub.get_dir())"

husnoo commented 10 months ago

Thank you!

On Sun, 7 Jan 2024 at 18:09, Weiqi Gao @.***> wrote:

run python3 -c "import torch;print(torch.hub.get_dir())"

— Reply to this email directly, view it on GitHub https://github.com/facebookresearch/demucs/issues/581#issuecomment-1880129986, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWJWSQN324CQHKAMCJIVWLYNLQHDAVCNFSM6AAAAABBQPSRPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGEZDSOJYGY . You are receiving this because you authored the thread.Message ID: @.***>