An open API service indexing awesome lists of open source software.

https://github.com/saran-nns/jaxifier

Generative models using JAX. Currently intended for "Learning" and not for "Production"
https://github.com/saran-nns/jaxifier

Last synced: about 2 months ago
JSON representation

Generative models using JAX. Currently intended for "Learning" and not for "Production"

Awesome Lists containing this project

README

        

# Jaxifier

Normalizing Flow models using Pytorch, Tensorflow and XLA accellarated JAX which allows for automatically parallelising code across multiple accelerators such as GPUs and TPUs.

The repository is under active developement.
- [x] Linear Flow : [x] PyTorch [x] TensorFlow [x] Jax
- [x] Non-Linear Flow: [x] PyTorch [x] TensorFlow [x] Jax
- [x] Affine Flow: [x] PyTorch [x] TensorFlow [x] Jax
- [ ] Planar Flow: [ ] PyTorch [ ] TensorFlow [ ] Jax
- [ ] Radial Flow
- [ ] Coupling and Autoregressive Flows
- [ ] RealNVPs
- [ ] GLOW