composer.algorithms.algorithm_hparams#
composer.algorithms.algorithm_hparams
Functions
A decorator indicating abstract methods. |
|
Returns the same class as was passed in, with dunder methods added based on the fields defined in the class. |
Classes
Helper class that provides a standard way to create an ABC using inheritance. |
|
|
Base class for algorithms. |
Hparams
These classes are used with yahp for YAML-based configuration.
|
Hyperparameters for algorithms. |
Attributes
Optionalannotations
- class composer.algorithms.algorithm_hparams.AlgorithmHparams[source]#
Bases:
yahp.hparams.Hparams,abc.ABCHyperparameters for algorithms.