Copyright © Meta Platforms, Inc
This source code is licensed under the MIT license found in the LICENSE.txt file in the root directory of this source tree.
⚠️ Development of FlowTorch has moved: This repo will be frozen, and development continued at stefanwebb/flowtorch.
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/facebookincubator/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: