Skip to content

Releases: lollcat/fab-torch

Demo Alanine Dipeptide and Many Well models

30 Jan 11:34
d7e592f
Compare
Choose a tag to compare

Demo inference with weights from huggingface

  • For alanine dipeptide and many well flows trained with FAB, add colab notebooks where weights are pulled from huggingface and simple inference is performed to generate a plot.

What's Changed

Full Changelog: 0.0.1...v1.0.0

ICLR paper

27 Apr 17:02
eb26085
Compare
Choose a tag to compare
  • Release to match the code used for the experiments in the ICLR paper.
  • This is just for reference to the results in the paper. The code is still being actively used and improved, thus any new experiments should use the latest version of the code rather than this release.

FAB arXiv paper first release

09 Aug 07:54
0241eb2
Compare
Choose a tag to compare
Pre-release
  • Code for the first release of our paper Flow Annealed Importance Sampling Bootstrap.
  • Contains the code for our method (FAB) and other baseline methods (e.g. KL divergence minimisation, training by maximum likelihood)
  • Includes scripts for running the experiments from the paper.
  • The repo is still under active development, and various improvements to the code will be made in the future.