Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# ANTsNormalizingFlows

[![Test coverage](https://raw.githubusercontent.com/ANTsX/ANTsNormalizingFlows/coverage-badge/coverage.svg)](https://github.com/ANTsX/ANTsNormalizingFlows/actions/workflows/pytest.yaml)

An updated PyTorch package (from
[normflows](https://github.com/VincentStimper/normalizing-flows)) for discrete normalizing
flows.

<!--
<!--
## Installation

Requires Python ≥ 3.10 and a working PyTorch installation (GPU optional).
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ ANTsNormalizingFlows is an updated PyTorch package for discrete normalizing
flows, based on the `normflows project
<https://github.com/VincentStimper/normalizing-flows>`_.

.. image:: https://raw.githubusercontent.com/ANTsX/ANTsNormalizingFlows/coverage-badge/coverage.svg
:alt: Test coverage
:target: https://github.com/ANTsX/ANTsNormalizingFlows/actions/workflows/pytest.yaml

Quick start
-----------

Expand Down