Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mariogeiger/allegro-jax


https://github.com/mariogeiger/allegro-jax

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

Install directly from GitHub with:

```
pip install git+https://github.com/mariogeiger/allegro-jax
```

## Usage

You can import the Allegro layer directly with:
```python
from allegro_jax import AllegroLayer # For Flax
from allegro_jax import AllegroHaikuLayer # For Haiku
```

You can also import the whole model with:

```python
from allegro_jax import Allegro # For Flax
from allegro_jax import AllegroHaiku # For Haiku
```

See `test.py` for an example of usage.