python main.py --network_type rnn --dataset ptb --controller_optim adam --controller_lr 0.00035 \ --shared_optim sgd --shared_lr 20.0 --entropy_coeff 0.0001 python main.py --network_type rnn --dataset ...
A pedagogical implementation of a DRAW-inspired recurrent VAE for image generation on MNIST, comparing four architectural variants. Inspired by "DRAW: A Recurrent Neural Network for Image Generation" ...