carpedm20 / pixel-rnn-tensorflow

in progress
MIT License
496 stars 129 forks source link

generated sample become zero #7

Open yangze0930 opened 8 years ago

yangze0930 commented 8 years ago

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 picture: sample_2016_10_15_12_50_09

What's wrong with my procedure?