- acnf.py define ACNF model and all needed integration implementation e.g. ascent regularization, score function, log-likelihood estimation and etc
- acnf_vae.py define inherit class for ACNF-VAE model
- math.py implement all necessary math operation
- model.py define model architectures
- pretrain_vae.py pretrain vae for ACNF-VAE and FFJORD-VAE
- train_acnf_as.py train acnf for annealed sampler
- train_ancf_ml.py train acnf for maximum likelihood learning
- train_acnf_vae.py train acnf-vae for variational approximation
- utils.py all other relevant functions


Complete code repository will be soon published on github. 