gitextract_pcdqzxpj/ ├── .gitignore ├── 10k_mnist_vae_grad_samples.pkl ├── README.md ├── binary_vae_multilayer_per_layer.py ├── datasets.py ├── display_grads.py ├── mnist_vae.py ├── paper/ │ ├── bibliography.bib │ ├── fancyhdr.sty │ ├── generalized_rebar.tex │ ├── iclr2018_conference.bst │ ├── iclr2018_conference.sty │ └── natbib.sty ├── pytorch_test.py ├── pytorch_toy.py ├── rebar_baseline/ │ ├── config.py │ ├── datasets.py │ ├── download_data.py │ ├── logger.py │ ├── rebar.py │ ├── rebar_train.py │ └── utils.py ├── rebar_tf.py ├── rebar_toy.py ├── relax-autograd/ │ ├── demo_concrete.py │ ├── demo_rebar.py │ ├── demo_reinforce.py │ ├── demo_relax.py │ ├── relax.py │ └── tests.py └── toy.py