Skip to content

Commit

Permalink
cut README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
anordertoreclaim committed Aug 14, 2019
1 parent 62f81e4 commit a08fdf5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,4 @@ 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)

# Future plans
Since the architecture is a prerequisite to quite a few models, I have choices:
* implement a conditional variant of the model;
* implement a PixelCNN++ architecture;
* might look into PixelVAE;
* dive into WaveNet.
![MNIST_3](https://github.com/anordertoreclaim/PixelCNN/blob/master/.images/mnist_samples_3.png?raw=true)

0 comments on commit a08fdf5

Please sign in to comment.