Normalizing Flows for PyTorch
Project description
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.
Overview
FlowTorch is a PyTorch library for the flexible representation of random distributions with Normalizing Flows.
Installing FlowTorch
git clone https://github.com/stefanwebb/flowtorch.git
cd flowtorch
pip install -e .
Developing
To build documentation
cd docs
sphinx-apidoc -o source ../flowtorch/
make html
To preview built HTML documentation
cd docs/_build/html
python -m http.server # python 3
See .github/workflows/python-package.yml
for how we build, lint, and test.
Developing
Install dev dependencies
pip install -e .[dev]
Running tests
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flowtorch-0.0.dev0.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for flowtorch-0.0.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39f423412821f35c1a0359a159bd684f45f5fe896ab56ca46dfe44ff1ede13a1 |
|
MD5 | a3fcb9028a49f9817a06820f4c752d35 |
|
BLAKE2b-256 | 9df3a7864bc03fbae0d2eb0f23571e45aaf2e69f1be0689c345a443b4e6b0799 |