composer.models.resnet9_cifar10.resnet9_cifar10_hparams#

composer.models.resnet9_cifar10.resnet9_cifar10_hparams

Functions

asdict

Return the fields of a dataclass instance as a new dictionary mapping field names to field values.

dataclass

Returns the same class as was passed in, with dunder methods added based on the fields defined in the class.

Hparams

These classes are used with yahp for YAML-based configuration.

CIFARResNet9Hparams

composer.models.resnet9_cifar10.resnet9_cifar10_hparams.CIFARResNet9Hparams

ModelHparams

Model Hparams.

class composer.models.resnet9_cifar10.resnet9_cifar10_hparams.CIFARResNet9Hparams(initializers: List[composer.models.model_hparams.Initializer] = <factory>, num_classes: Union[int, NoneType] = None)[source]#

Bases: composer.models.model_hparams.ModelHparams

composer.models.resnet9_cifar10.resnet9_cifar10_hparams.CIFARResNet9Hparams