API Reference¶
Estimator¶
Classes
Base estimator class that all estimators should inherit from. |
|
Extension of the base estimator which allows to manage a single model that uses the |
Mixins
Mixin that provides a |
|
Mixin that provides a |
Modules¶
Classes
A mixin for any PyTorch module to extend it with storage capabilities. |
Data Handling¶
Classes
Extension for PyTorch's builtin dataloader. |
|
Sampler providing batches of contiguous indices. |
Type Aliases
Type annotation for functions accepting any kind of tensor data as input. |
|
Generic type annotation for functions accepting any data loader as input. |
Functions
Transforms a set of tensor-like items into a datasets. |
|
Collate a tuple of batch items by returning the input tuple. |
|
Collates a tuple of batch items into the first tensor. |