Puzer / stylegan-encoder

StyleGAN Encoder - converts real images to latent space
Other
1.07k stars 166 forks source link

About 'Google Drive quota exceeded' error. #37

Closed Michi-123 closed 4 years ago

Michi-123 commented 4 years ago

I got 'OSError: Google Drive quota exceeded' on Play_with_latent_directions.ipynb, especially line at 'dnnlib.util.open_url'.

I don't know how to fix it.

Environment: Google Colab tensorflow-gpu==1.14

Running with bellow command. !git clone https://github.com/Puzer/stylegan-encoder.git

JavierVillegas commented 4 years ago

One way I found to solve the same error in other lines is to copy the karras2019stylegan-ffhq-1024x1024.pkl model in your own google drive and replace the link for URL_FFHQ in encode_images.py by it. Jeff Heaton explains it in 5:11 in https://www.youtube.com/watch?time_continue=8&v=RPGOPrkieTE&feature=emb_logo

Michi-123 commented 4 years ago

Thanks a lot.