Viet Nguyen

Results 3 comments of Viet Nguyen

In the https://github.com/rosinality/glow-pytorch/blob/master/train.py, After line 109 image is in [0,1]. After line 111 image is in [0,255]. After line 114 image is in [0,31.875]. After line 116, image is in...

Okay, I understand. So I change the image_size to 256 instead of 64 so that the image size becomes (3,256,256). Do I need to change any value, e.g n_bits,..?

Yeah, thank you very much!