From 10e56c6ad7aa5b6763e1625f209cfb53a0d81fbe Mon Sep 17 00:00:00 2001 From: Mark Zakharov Date: Fri, 4 Sep 2020 11:32:43 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d30f415..b78269b 100644 --- a/README.md +++ b/README.md @@ -162,4 +162,6 @@ A very simple model, `python train.py --epochs 2 --color-levels 2 --hidden-fmaps A more complex model, `python train.py --color-levels 10 --hidden-fmaps 120 --out-hidden-fmaps 60 --lr 0.0002`, managed to produce these on a 10-way MNIST: -![MNIST_3](https://github.com/anordertoreclaim/PixelCNN/blob/master/.images/mnist_samples_3.png?raw=true) \ No newline at end of file +![MNIST_3](https://github.com/anordertoreclaim/PixelCNN/blob/master/.images/mnist_samples_3.png?raw=true) + +### I was trying to train the network on CIFAR-10, but I haven't managed to get any meaningful results. If you have, please contact me.