|
--- |
|
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) |
|
|
|
|