pbaylies / stylegan-encoder

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

how to use cpu to run the model #11

Closed ztgameming closed 5 years ago

ztgameming commented 5 years ago

I have a computer that didn't have GPU. How can I use cpu to run the model.

pbaylies commented 5 years ago

Hi @ztgameming you can use a free GPU model on Google Colab, but the reference implementation of the StyleGAN model itself requires a GPU to run, that's how NVIDIA built it.