Skip to content

Commit

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

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

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

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

<h2 align="center"> 1. Autoregressive Models — PixelCNN </h2>
<img align="right" width="500x" height="120x" src="https://raw.githubusercontent.com/Mind-the-Pineapple/Autoregressive-models/master/1%20-%20Autoregressive%20Models%20-%20PixelCNN/figures/Figure5_Architecture_reduced.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 Medium Story]()
Expand Down

0 comments on commit dbcec04

Please sign in to comment.