stylegan2-pytorch
stylegan2-pytorch copied to clipboard
Can't remove grid
hi @lucidrains, congratulate for your work, it's amazing. In a previous issue you said that if i want to get a single image instead a grid i have to set the --num_image_tiles params to 1, i tried to do that but during the training, in result folder, i keep seeing grid. How can i solve? thanks
P.s. Maybe i have to set --num_image_tiles params in generate command instead training?
Hi Marcello! Thank you for the kind words :D
Indeed, it only works with the corresponding --generate and --generate-interpolation flag, but I'll think about how I can enable this for evaluations during training as well!
tadaa https://github.com/lucidrains/stylegan2-pytorch/releases/tag/1.5.3