Skip to content

Commit

Permalink
Update the name of ICNF.jl (#61)
Browse files Browse the repository at this point in the history
* update name ICNF.jl to ContinuousNormalizingFlows.jl

* update readme

---------

Co-authored-by: Janosh Riebesell <[email protected]>
  • Loading branch information
prbzrg and janosh committed May 30, 2023
1 parent 609c05e commit 1545b80
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
11 changes: 11 additions & 0 deletions data/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,14 @@
lang: PyTorch
description: The library provides most of the common normalizing flow architectures. It also includes stochastic layers, flows on tori and spheres, and other tools that are particularly useful for applications to the physical sciences.
date_added: 2022-12-21

- title: ContinuousNormalizingFlows.jl
date: 2021-11-07
date_added: 2022-12-05
last_updated: 2023-05-31
url: https://github.com/impICNF/ContinuousNormalizingFlows.jl
authors: Hossein Pourbozorg
authors_url: https://github.com/prbzrg
description: Implementations of Infinitesimal Continuous Normalizing Flows Algorithms in Julia.
lang: Julia
docs: https://impicnf.github.io/ContinuousNormalizingFlows.jl
11 changes: 0 additions & 11 deletions data/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,3 @@
lang: TensorFlow
description: |
Implementation of normalizing flows (Planar Flow, Radial Flow, Real NVP, Masked Autoregressive Flow (MAF), Inverse Autoregressive Flow (IAF), Neural Spline Flow) in TensorFlow 2 including a small tutorial.
- title: ICNF.jl
date: 2021-11-10
date_added: 2022-12-05
last_updated: 2022-12-05
url: https://github.com/impICNF/ICNF.jl
docs: https://impicnf.github.io/ICNF.jl/dev
authors: Hossein Pourbozorg
authors_url: https://github.com/prbzrg
lang: Julia
description: Implementations of Infinitesimal Continuous Normalizing Flows in Julia.
14 changes: 5 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ Zuko is used in [LAMPE](https://github.com/francois-rozet/lampe) to enable Likel

### <img src="assets/julia.svg" alt="Julia" height="20px"> &nbsp;Julia Packages

1. 2021-11-07 - [ContinuousNormalizingFlows.jl](https://github.com/impICNF/ContinuousNormalizingFlows.jl) by [Hossein Pourbozorg](https://github.com/prbzrg)
&ensp;
<img src="https://img.shields.io/github/stars/impICNF/ContinuousNormalizingFlows.jl" alt="GitHub repo stars" valign="middle" /><br>
Implementations of Infinitesimal Continuous Normalizing Flows Algorithms in Julia. [[Docs](https://impicnf.github.io/ContinuousNormalizingFlows.jl/)]

1. 2020-02-07 - [InvertibleNetworks.jl](https://github.com/slimgroup/InvertibleNetworks.jl) by [SLIM](https://slim.gatech.edu)
&ensp;
<img src="https://img.shields.io/github/stars/slimgroup/InvertibleNetworks.jl" alt="GitHub repo stars" valign="middle" /><br>
Expand Down Expand Up @@ -465,15 +470,6 @@ Implements flows such as MAF, RealNVP and NICE.

<br>

### <img src="assets/julia.svg" alt="Julia" height="20px"> &nbsp;Julia Repos

1. 2021-11-10 - [ICNF.jl](https://github.com/impICNF/ICNF.jl) by [Hossein Pourbozorg](https://github.com/prbzrg)
&ensp;
<img src="https://img.shields.io/github/stars/impICNF/ICNF.jl" alt="GitHub repo stars" valign="middle" /><br>
Implementations of Infinitesimal Continuous Normalizing Flows in Julia. [[Docs](https://impicnf.github.io/ICNF.jl/dev)]

<br>

### <img src="assets/other.svg" alt="Other" height="20px"> &nbsp;Other Repos

1. 2018-06-11 - [Destructive Deep Learning (ddl)](https://github.com/davidinouye/destructive-deep-learning) by [David Inouye](https://davidinouye.com)
Expand Down

0 comments on commit 1545b80

Please sign in to comment.