naver-ai / StyleMapGAN

Official pytorch implementation of StyleMapGAN (CVPR 2021)
https://www.youtube.com/watch?v=qCapNyRA_Ng
Other
458 stars 81 forks source link

Download.sh updated link points to possibly corrupted models #20

Closed BigBenPost closed 2 years ago

BigBenPost commented 2 years ago

I downloaded the pre-trained networks using the updated download.sh files, and pytorch is unable to load them, giving the following error: _pickle.UnpicklingError: invalid load key, ‘<‘

I suspect that the pre-trained network on the google drive is corrupted. Could you check whether it is the case?

BigBenPost commented 2 years ago

It was due to version control on my local machine. Sorry for the inconvenience.

josejhlee commented 2 years ago

How did you fix it @mushroomsc ? I am using a server and downloading directly in it doesnt work. So Im manually getting from the google drive link and transfering to the server from local via scp. What did you come up with?