docs.rs failed to build axis-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
axis-0.9.0
Axis
Axis is an experimental Rust machine-learning library built on NVIDIA
cuTile Rust. Tensor dimensions have
identities, not positions: a batch axis cannot silently become a class
axis because both happen to have the same extent.
The crate currently provides:
- named-axis tensor algebra and reverse-mode differentiation;
Linear,Conv2d,LayerNorm, activations, attention primitives, and sequential composition;- device-resident SGD, Adam, and AdamW;
- generated and finite data loaders with executable single-pass, finite-pass, IDR, and train/evaluation-disjointness assertions;
- exact, batch-composable categorical accuracy counts; and
- train-fitted standardization with an explicit variance correction.
use *;
Axis requires Linux, Rust 1.89 or newer, an NVIDIA GPU supported by cuTile,
libclang, and CUDA 13.2 or newer. It is early research software: APIs may
change as real training programs expose better defaults and abstractions.
The repository contains complete MLP, CNN, attention, generated-data, MNIST, and research-script migrations with independent numerical oracles. Contributions from humans and agents are both welcome under the repository's contribution contract.