pixel-rnn-tensorflow
pixel-rnn-tensorflow copied to clipboard
in progress
Hi,everyone I see activation_fn function in ops.py, but I can't find where it's defined and implemented. I'm also confused about this function, def binarize(images): return (np.random.uniform(size=images.shape) < images).astype('float32') Sorry, I'm...
I have followed mater branch and trained like this `$ python main.py --data=mnist --model=pixel_rnn` But after about 400 epochs, the pixel vanished and the generated picture looks like a empty...
Current implementation successfully works as a autoencoder but it can't generate from the beginning, from a blank image. This error should be related to masking.
Currently only `mnist` dataset is supported which has only one colour channel. Need to add flexible interface to train models with datasets like `cifar10` and `imagenet`. Current working branch is...