dacapo.experiments.architectures.architecture_config

Module Contents

Classes

ArchitectureConfig

A class to represent the base configurations of any architecture.

class dacapo.experiments.architectures.architecture_config.ArchitectureConfig

A class to represent the base configurations of any architecture.

name

a unique name for the architecture.

Type:

str

verify()

validates the given architecture.

name: str
verify() Tuple[bool, str]

A method to validate an architecture configuration.

Returns:

  • bool – A flag indicating whether the config is valid or not.

  • str – A description of the architecture.