forked from Lainports/freebsd-ports
DataclassArray are dataclasses which behave like numpy-like arrays (can be batched, reshaped, sliced,...), compatible with Jax, TensorFlow, and numpy (with torch support planned). This reduce boilerplate and improve readability.
5 lines
230 B
Text
5 lines
230 B
Text
DataclassArray are dataclasses which behave like numpy-like arrays (can be
|
|
batched, reshaped, sliced,...), compatible with Jax, TensorFlow, and numpy (with
|
|
torch support planned).
|
|
|
|
This reduce boilerplate and improve readability.
|