mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
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.
|