Skip to content

Commit

Permalink
Updae README.md with colab link
Browse files Browse the repository at this point in the history
  • Loading branch information
Warvito committed Mar 18, 2020
1 parent 30737fa commit 7e51325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center"> Deep Autoregressive Models </h1>


<center><img height="250" src="https://raw.githubusercontent.com/Mind-the-Pineapple/Autoregressive-models/master/1%20-%20Autoregressive%20Models%20-%20PixelCNN/figures/Figure6_reduced.png"></center>

[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](https://github.com/Warvito/vq-vae/blob/master/LICENSE)

Expand All @@ -26,10 +26,10 @@ Then, install requirements
pip3 install -r requirements.txt

<h2 align="center"> 1. Autoregressive Models — PixelCNN </h2>
<img align="right" height="120x" src="https://raw.githubusercontent.com/Mind-the-Pineapple/Autoregressive-models/master/1%20-%20Autoregressive%20Models%20-%20PixelCNN/figures/Figure6.png">
<img align="right" width="500x" src="https://raw.githubusercontent.com/Mind-the-Pineapple/Autoregressive-models/master/1%20-%20Autoregressive%20Models%20-%20PixelCNN/figures/Figure5_Architecture_reduced.png">

Creating digits with deep generative models!
- [PixelCNN Blog]()
- [Jupyter Notebook]()
- [PixelCNN Medium Story]()
- [Google Colab](https://colab.research.google.com/github/Mind-the-Pineapple/Autoregressive-models/blob/master/1%20-%20Autoregressive%20Models%20-%20PixelCNN/pixelCNN.ipynb)
- [Code](%20-%20Autoregressive%20Models%20-%20PixelCNN/pixelCNN.py)
- [Paper -> Pixel Recurrent Neural Networks](https://arxiv.org/abs/1601.06759)

0 comments on commit 7e51325

Please sign in to comment.