This code is used for comparing the convergence rate of particle flow with normalizing flow, we evaluate their performance on MNIST dataset.
To train the vae with particle flow or normalizing flow on MNIST dataset, run the following commands.
python train_particle_flow.py
python main_train.py
See the training file for particle flow and the training flie for normalizing flow for more configurations.