-
the network output is actually a mixture of logistics following the PixelCNN++ paper by Salimans et al.
-
I took the code for loss computation from the OpenAI pixelcnn_pp repository for stable loss computation but I implemented it myself as well
- for reasons of stability the OpenAI loss provides better samples
-
here's a sample from a network trained with the OpenAI loss on the CIFAR-10 dataset:
-
Notifications
You must be signed in to change notification settings - Fork 0
PixelCNN implementation - based on the original version
qbeer/pixel-cnn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PixelCNN implementation - based on the original version