A Python port of spidr using JAX
- Python 100%
|
|
||
|---|---|---|
| .github/workflows | add infrastructure ( #1 ) | |
| deps | add infrastructure ( #1 ) | |
| spydr | add infrastructure ( #1 ) | |
| test | add infrastructure ( #1 ) | |
| .gitignore | add infrastructure ( #1 ) | |
| LICENSE | Initial commit | |
| pyproject.toml | add infrastructure ( #1 ) | |
| README.md | add infrastructure ( #1 ) | |
| setup.py | add infrastructure ( #1 ) | |
spydr
spydr is a Python port of the machine learning research library spidr. While spidr has its own tensor API that uses XLA directly for its backend, spydr uses JAX which provides its own NumPy array API powered by XLA (and Autograd). Otherwise, spidr and spydr are largely identical.
Installation
Clone this repository, then run
$ pip install .
in the repository root.