Copyright (c) FlowTorch Development Team.
This source code is licensed under the MIT license found in the LICENSE.txt file in the root directory of this source tree.
💥 FlowTorch is currently in pre-release and many of its planned features and documentation are incomplete! You may wish to wait until the first release planned for 3/31/2021.
FlowTorch is a PyTorch library for learning and sampling from complex probability distributions using a class of methods called Normalizing Flows.
An easy way to get started is to install from source:
git clone https://github.com/stefanwebb/flowtorch.git
cd flowtorch
pip install -e .
We refer you to the FlowTorch website for more information about installation, using the library, and becoming a contributor. Here is a handy guide: