Puzer / stylegan-encoder

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

How to encode multiple images in parallel using 2+ GPUs? #21

Open athenawisdoms opened 4 years ago

athenawisdoms commented 4 years ago

Is it possible to encode multiple images in parallel by encoding each image on a different GPU? I am currently using encode_images.py when encodes a single image at a time despite having 2 GPUs.

Thank you!

gsygsy96 commented 4 years ago

Have you found the solution?