pytorch-pretrained-gans icon indicating copy to clipboard operation
pytorch-pretrained-gans copied to clipboard

Why are the images getting multiplied by 256 and not 255?

Open moha23 opened this issue 6 months ago • 0 comments

Hi, thank you for this work! At the following line of code, I wonder why the image is getting multiplied by 256 and then clipped to 255, shouldn't it be multiplied by 255?

https://github.com/lukemelas/pytorch-pretrained-gans/blob/2982fdab4e683165e45bc2f4a64c2942a7a3a1b7/pytorch_pretrained_gans/BigGAN/utils.py#L52

moha23 avatar Aug 20 '24 02:08 moha23