paarthneekhara / text-to-image

Text to image synthesis using thought vectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The range of pixel value

YuanEZhou opened this issue · comments

In generator , the return value is (tf.tanh(h4)/2. + 0.5), which is fake image. The range of pixel value is [0,1] for fake image. However, the range of pixel value is [0,255] for real image. Is that reasonable?@paarthneekhara