File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ status] ( http://www.repostatus.org/badges/latest/concept.svg )] ( http://www.repostatus.org/#concept )
44[ ![ ci] ( https://github.com/dirmeier/surjectors/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/dirmeier/surjectors/actions/workflows/ci.yaml )
5+ [ ![ version] ( https://img.shields.io/pypi/v/surjectors.svg?colorB=black&style=flat )] ( https://pypi.org/project/surjectors/ )
56
67> Surjection layers for density estimation with normalizing flows
78
@@ -19,7 +20,11 @@ You can find several self-contained examples on how to use the algorithms in `ex
1920Make sure to have a working ` JAX ` installation. Depending whether you want to use CPU/GPU/TPU,
2021please follow [ these instructions] ( https://github.com/google/jax#installation ) .
2122
22- You can install
23+ To install the package from PyPI, call:
24+
25+ ``` bash
26+ pip install surjectors
27+ ```
2328
2429To install the latest GitHub <RELEASE >, just call the following on the command line:
2530
Original file line number Diff line number Diff line change 22surjectors: Surjection layers for density estimation with normalizing flows
33"""
44
5- __version__ = "0.2.3 "
5+ __version__ = "0.2.4 "
66
77from surjectors .bijectors .lu_linear import LULinear
88from surjectors .bijectors .masked_autoregressive import MaskedAutoregressive
You can’t perform that action at this time.
0 commit comments