dacapo.experiments.trainers.dummy_trainer_config
Module Contents
Classes
This is just a dummy trainer config used for testing. None of the |
- class dacapo.experiments.trainers.dummy_trainer_config.DummyTrainerConfig
This is just a dummy trainer config used for testing. None of the attributes have any particular meaning.
- trainer_type
- mirror_augment: bool
- verify() Tuple[bool, str]
Verify whether this TrainerConfig is valid or not.
- Returns:
A tuple containing a boolean indicating whether the TrainerConfig is valid and a message explaining why.
- Return type:
tuple