mit-han-lab / gan-compression

[CVPR 2020] GAN Compression: Efficient Architectures for Interactive Conditional GANs
Other
1.1k stars 148 forks source link

URL is not supported #118

Closed lixiaoyu0429 closed 4 months ago

lixiaoyu0429 commented 4 months ago

Hello, when I try to download the pre-trained model using python scripts/download_model.py, the URL https://hanlab18.mit.edu/files/gan_compression/ is no longer valid. Is there a new URL available?

lmxyy commented 4 months ago

Seems the server is down. We are working on it. I will let you know when it is back.

lixiaoyu0429 commented 4 months ago

Hello, thank you very much for your response. However, the school's server repair is expected to be slow. Could you please temporarily share it on Google Drive or another platform?

lmxyy commented 4 months ago

Which specific checkpoint do you want?

lixiaoyu0429 commented 4 months ago

Hello, I haven't looked into the specific code details and I'm not clear about which checkpoint it is. I'm just following the operations based on your readme. My current goal is to get the code running. However, for example, commands like:

python scripts/download_model.py --model cycle_gan --task horse2zebra --stage full python scripts/download_model.py --model cycle_gan --task horse2zebra --stage compressed python scripts/download_model.py --model cycle_gan --task horse2zebra --stage legacy python scripts/download_model.py --model pix2pix --task edges2shoes-r --stage full python scripts/download_model.py --model pix2pix --task edges2shoes-r --stage compressed python scripts/download_model.py --model gaugan --task cityscapes --stage full python scripts/download_model.py --model gaugan --task cityscapes --stage compressed

are all due to server issues. I'm wondering if these are very large files? If they are too large, I apologize for troubling you and I will wait a bit longer.

lmxyy commented 4 months ago

I've got the data back. I will update the link so that you should be able to download it tomorrow.

lixiaoyu0429 commented 4 months ago

Thank you for patiently answering the question

lmxyy commented 4 months ago

you can find all the assets in our huggingface repo. I will update the script for downloading them later.