pbaylies / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
740 stars 180 forks source link

Error running encode_images.py on Colab #51

Open Ani1211999 opened 4 years ago

Ani1211999 commented 4 years ago

As in the earlier issue I am getting the new error trying to run the stylegan pickle file and getting the same error as in the earlier issue.I would like to say that my computer doesn't have GPU and I intend to complete job on colab.Can you suggest some way? github_isssuee_aniket

Asad127 commented 4 years ago

have you fixed it? same error

bivossa commented 4 years ago

I read somewhere to download the pickle and store it locally on your Drive, then copying the shareable link as follows --model_url='https://drive.google.com/uc?Link' among the settings for encode_images.py. It did work for me. Beware to use this "https://drive.google.com/uc?" format of the link instead of the deafault one.