dacapo.train
Attributes
Functions
|
Train a run |
|
Train a run |
Module Contents
- dacapo.train.logger
- dacapo.train.train(run_name: str, do_validate=True)
Train a run
- Parameters:
run_name – Name of the run to train
- Raises:
ValueError – If run_name is not found in config store
Examples
>>> train("run_name")
- dacapo.train.train_run(run: dacapo.experiments.Run, do_validate=True)
Train a run
- Parameters:
run – Run object to train
- Raises:
ValueError – If run_name is not found in config store