Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igul222 authored Jan 17, 2017
1 parent 6ebaede commit 4b0c4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code for the models in [PixelVAE: A Latent Variable Model for Natural Images](https://arxiv.org/abs/1611.05013)

## MNIST
## Binarized MNIST

To train:

Expand All @@ -16,7 +16,7 @@ To evaluate, take the weights of the model with best validation score from the a
python models/mnist_pixelvae_evaluate.py -L 12 -fs 5 -algo cond_z_bias -dpx 16 -ldim 16 -w path/to/weights.pkl
```

## Other datasets
## Real-valued MNIST, LSUN Bedrooms, 64x64 ImageNet, and other datasets

To train, evaluate, and generate samples:

Expand Down

0 comments on commit 4b0c4a9

Please sign in to comment.