Neural Operators in JAX
Project description
This is neojax-operators (Neural Operators in jax), a port of the popular neural operators pytorch library to jax. It is built on top of jax and equinox and provides the same API as the original pytorch library.
Installation
Install the python package via pypi
pip3 install neojax-operators
Quickstart
neojax-operators exposes the same API as neuraloperators and can therefore be used as a drop-in replacement:
from neojax.models import FNO
operator = FNO(n_modes=(64, 64),
hidden_channels=64,
in_channels=2,
out_channels=1)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neojax_operators-0.0.1.tar.gz.
File metadata
- Download URL: neojax_operators-0.0.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e33b5f56b6a20c75513d037998cb8ae4ae6522b424c181a8e13761aca0df945e
|
|
| MD5 |
80897258831410d94e680351e1f1a282
|
|
| BLAKE2b-256 |
69aca03cf8d56f75b766221ce2b41680d254ac59c28a5b6949bf47eab1a4d085
|
File details
Details for the file neojax_operators-0.0.1-py3-none-any.whl.
File metadata
- Download URL: neojax_operators-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
093849afe32d591bfc11691e5d589d41417f9c6689aff5d74f1667e7e36592f3
|
|
| MD5 |
8e52e7b09e435702de76a4efd8c0704a
|
|
| BLAKE2b-256 |
816a9cbcdb1ffc734c0f6ab4423f96f1851566f0f931867fbe3ad2371e572c28
|