Experiment Settings
- class supernnova.utils.experiment_settings.ExperimentSettings(cli_args, action=None)[source]
Bases:
objectMother class to control experiment parameters
This class is responsible for the following
Defining paths and model names
Choosing the device on which to run computations
Specifying all hyperparameters such as model configuration, datasets, features etc
- Parameters:
cli_args (argparse.Namespace) –