carpedm20 / pixel-rnn-tensorflow

in progress
MIT License
496 stars 129 forks source link

Same learning curve , but can't generate samples well #10

Open odie2630463 opened 7 years ago

odie2630463 commented 7 years ago

Hi , i also implement PixelCNN , and training same like your learning curve But i can't generate samples from zeros very well , can someone give me some advice ? My project here

carpedm20 commented 7 years ago

This code also suffering same problem and I couldn't solve it yet.

odie2630463 commented 7 years ago

But your README page , sample after 50 epoch is well enough, I only sample few number , is it correct ? Thanks a lot !

mrincs commented 7 years ago

Facing the same issue about generating the sample images. Would it be possible to give the hyper parameters used for training the network that generated samples shown in readme page. I've tried with couple of different combinations but still its unable to generate images like them even after ~3000 epochs.