serkansulun/deep-music-enhancer

url in get_model.py is not work

Closed this issue · 1 comments

pangr commented

图片

I'm not sure, but it looks like a network problem. Maybe you can try downloading the models manually, and then put into the models folder.

In get_model.py, there are Google drive file IDs for each model. You can convert them to url by writing them after https://drive.google.com/uc?export=view&id=

For example, the URL for the baseline U-Net model is https://drive.google.com/uc?export=view&id=1cg2BDS2WqwIvicihDJFxak7FiffQMGdu

See if you can download the file from that link.