openai / iaf

Code for reproducing key results in the paper "Improving Variational Inference with Inverse Autoregressive Flow"
https://arxiv.org/abs/1606.04934
MIT License
518 stars 133 forks source link

Command Line for MNIST #2

Open TFUsers opened 7 years ago

TFUsers commented 7 years ago

What command for the lasagne implementation was passed for the MNIST experiment in the paper? In particular, what option modifies the fully connected layer to have 450 neurons?

TFUsers commented 7 years ago

To run MNIST, it appears one needs simplemodel since that makes use of a widths parameter. Unfortunately, that code is not included in this repo. Could some one add it?