|
3 | 3 | [](https://vincentstimper.github.io/normalizing-flows/)
|
4 | 4 | 
|
5 | 5 | 
|
6 |
| -[](https://opensource.org/licenses/MIT) |
7 |
| -[](https://arxiv.org/abs/2302.12014) |
8 |
| -[](https://pypi.org/project/normflows/) |
| 6 | +[](https://opensource.org/licenses/MIT) |
| 7 | +[](https://doi.org/10.21105/joss.05361) |
| 8 | +[](https://pypi.org/project/normflows/) |
9 | 9 | [](https://pepy.tech/project/normflows)
|
10 | 10 |
|
11 | 11 |
|
12 | 12 | `normflows` is a PyTorch implementation of discrete normalizing flows. Many popular flow architectures are implemented,
|
13 | 13 | see the [list below](#implemented-flows). The package can be easily [installed via pip](#installation).
|
14 | 14 | The basic usage is described [here](#usage), and a [full documentation](https://vincentstimper.github.io/normalizing-flows/)
|
15 |
| -is available as well. A more detailed description of this package is given in out accompanying |
16 |
| -[paper](https://arxiv.org/abs/2302.12014). |
| 15 | +is available as well. A more detailed description of this package is given in our |
| 16 | +[accompanying paper](https://joss.theoj.org/papers/10.21105/joss.05361). |
17 | 17 |
|
18 | 18 | Several sample use cases are provided in the
|
19 | 19 | [`examples` folder](https://github.com/VincentStimper/normalizing-flows/blob/master/examples),
|
@@ -175,7 +175,7 @@ as well, we apply a Neural Spline Flow model to a distribution defined on a cyli
|
175 | 175 |
|
176 | 176 | 
|
177 | 177 |
|
178 |
| -This example is considered in the [paper](https://arxiv.org/abs/2302.12014) accompanying this repository. |
| 178 | +This example is considered in the [paper](https://joss.theoj.org/papers/10.21105/joss.05361) accompanying this repository. |
179 | 179 |
|
180 | 180 | ## Support
|
181 | 181 |
|
@@ -228,20 +228,27 @@ has been build upon `normflows`.
|
228 | 228 |
|
229 | 229 | ## Citation
|
230 | 230 |
|
231 |
| -If you use `normflows`, please consider citing the [corresponding paper](https://arxiv.org/abs/2302.12014) as follows. |
| 231 | +If you use `normflows`, please cite the |
| 232 | +[corresponding paper](https://joss.theoj.org/papers/10.21105/joss.05361) as follows. |
232 | 233 |
|
233 |
| -> Vincent Stimper, David Liu, Andrew Campbell, Vincent Berenz, Lukas Ryll, Bernhard Schölkopf, José Miguel Hernández-Lobato. |
234 |
| -> normflows: A PyTorch Package for Normalizing Flows, arXiv preprint arXiv:2302.12014, 2023. |
| 234 | +> Stimper et al., (2023). normflows: A PyTorch Package for Normalizing Flows. |
| 235 | +> Journal of Open Source Software, 8(86), 5361, https://doi.org/10.21105/joss.05361 |
235 | 236 |
|
236 | 237 | **Bibtex**
|
237 | 238 |
|
238 | 239 | ```
|
239 |
| -@article{normflows, |
240 |
| - author = {Vincent Stimper and David Liu and Andrew Campbell and Vincent Berenz and Lukas Ryll and Bernhard Sch{\"o}lkopf and Jos{\'e} Miguel Hern{\'a}ndez-Lobato}, |
241 |
| - title = {normflows: {A} {P}y{T}orch {P}ackage for {N}ormalizing {F}lows}, |
242 |
| - journal = {arXiv preprint arXiv:2302.12014}, |
| 240 | +@article{Stimper2023, |
| 241 | + author = {Vincent Stimper and David Liu and Andrew Campbell and Vincent Berenz and Lukas Ryll and Bernhard Schölkopf and José Miguel Hernández-Lobato}, |
| 242 | + title = {normflows: A PyTorch Package for Normalizing Flows}, |
| 243 | + journal = {Journal of Open Source Software}, |
| 244 | + volume = {8}, |
| 245 | + number = {86}, |
| 246 | + pages = {5361}, |
| 247 | + publisher = {The Open Journal}, |
| 248 | + doi = {10.21105/joss.05361}, |
| 249 | + url = {https://doi.org/10.21105/joss.05361}, |
243 | 250 | year = {2023}
|
244 |
| -} |
| 251 | +} |
245 | 252 | ```
|
246 | 253 |
|
247 | 254 |
|
|
0 commit comments