StyleSwin
StyleSwin copied to clipboard
Query: Samples in grid
Thank you for the project. I wanted to know if one has saved the generated images in a directory, how to have them in a grid N*M dimensions for better analysis.
Hi, just modify the parameters in torchvision.utils.save_image to generate images in grid view. Thanks.