1
0
Fork
You've already forked spydr
0
A Python port of spidr using JAX
  • Python 100%
Find a file
2021年07月30日 19:48:19 +01:00
.github/workflows add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
deps add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
spydr add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
test add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
.gitignore add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
LICENSE Initial commit 2021年07月30日 18:19:33 +01:00
pyproject.toml add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
README.md add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00
setup.py add infrastructure ( #1 ) 2021年07月30日 19:48:19 +01:00

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.