Skip to content

ShwanMario/normalizing_flow_particle_flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

normalizing_flow_particle_flow

This code is used for comparing the convergence rate of particle flow with normalizing flow, we evaluate their performance on MNIST dataset.

Running the experiments

To train the vae with particle flow or normalizing flow on MNIST dataset, run the following commands.

Trainning VAE with particle flow

python train_particle_flow.py

Training VAE with normalizing flow

python main_train.py

See the training file for particle flow and the training flie for normalizing flow for more configurations.

About

vae with particle_flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages