qinenergy/cotta

Question about the base_model in google drive

Closed this issue · 6 comments

Hi, For some reason, I can't use request to download the base model from Google Drive, but I can download it by entering the Google Drive link from Chrome, and the link is "https://docs.google.com/uc?export=download&id=1t98aEuzeTL8P7Kpd5DIrCoCL21BNZUhC". The name of the file in the link is "natural.pt.tar", how do I change it to "Standard.pt"? Can I rename it directly? Hope to get your help.

Hi, thanks for your interest in our work.

The md5sum of the cifar10 model we used is f1cfa8ace77463b294fafcec6c9933bb . You can use it to check with your downloaded file from the browser, they should be the same. If they are the same, you can rename it directly.

Best regards,
Qin

Thanks for your replay. The code works now. Can you tell me what the indicators "not resetting model " and "resetting model" mean?

Resetting means restoring the model to the pre-trained weight. This indicator is inheritaged from TENT. It is not really used in our work as we consider continuous adaptation.

Get it, thanks for your reply, are you planning to open-source the code for Cityscapes-to-ACDC in the near future?

Yes, I will post it here when it is ready.

Thanks for your patience. I'll close the issue now