File size: 622 Bytes
4e9f0a5 e364909 4e9f0a5 61cf61c 4e9f0a5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
tags:
- convnet
- mnist
- generative
license:
- cc0-1.0
---
## Keras Implementation of PixelCNN on MNIST 🔢
This repo contains the model [PixelCNN](https://keras.io/examples/generative/pixelcnn/).
Sample images generated:
<img src="https://i.ibb.co/RDWbJBM/image.png" width="120" height='120'> <img src="https://i.ibb.co/kGPTDDb/104c083f-68e4-4d10-8b37-a242a7f10dd6.png" width="120" height='120'> <img src="https://i.ibb.co/9Wqqhyc/indir-5.png" width="120" height='120'> <img src="https://i.ibb.co/x7yh5py/indir-6.png" width="120" height='120'>
Full credits to author: [ADMoreau](https://github.com/ADMoreau)
|