Tensor shape descriptor used to index spec-level tensors (Spec.Tensor α s).
Shape is an outermost-first tree:
.scalarfor a scalar,.dim n sfor a length-ndimension whose entries have shapes.
Instances For
Runtime options such as backend, dtype, and CUDA fast-kernel selection.
Instances For
One supervised training example with an input tensor and target tensor.
Instances For
Shape-indexed sequential model. Most examples use the shorter nn.Sequential spelling.
Instances For
Randomized model builder used by nn.run and built-in examples.
Instances For
Parameter shapes required by a sequential model.
Instances For
Shape-indexed tensor pack.
This is the public name for TorchLean's typed tuple/argument-pack representation. A
TensorPack α [s₁, s₂, ...] is a fixed tuple of tensors whose shapes are tracked by the type-level
list.
Instances For
Concrete parameter tensors for a model or model slice.
This is the root public name for shape-indexed parameter tensors. The nn.ParamTensors spelling
points back to this same type so model code can stay on the shorter name.
Instances For
Shape-indexed module definition used by the executable TorchLean training runtime.
Instances For
How a vector of per-example losses is reduced to one scalar loss.
Instances For
CSV parsing options used by the public data loaders.
Instances For
A scalar metric curve, usually a loss or accuracy series over training steps.
Instances For
JSON-serializable training log with metrics and run metadata.
Instances For
Mutable experiment log used by longer-running examples.
Instances For
Output destination for training logs.
Instances For
In-memory history for named training metrics.
Instances For
Finite in-memory dataset used by TorchLean trainers.
Instances For
Stateful minibatch loader for finite datasets.