dacapo.experiments.starts.start_config

Classes

StartConfig

A class to represent the configuration for running tasks. This class

Module Contents

class dacapo.experiments.starts.start_config.StartConfig

A class to represent the configuration for running tasks. This class interfaces with the dacapo store to retrieve and load the weights of the starter model used for finetuning.

run

str The run to be used as a starting point for tasks.

criterion

str The criterion to be used for choosing weights from run.

__init__(start_config)

Initializes the StartConfig class with specified config to run the initialization of weights for a model associated with a specific criterion.

Notes

This class is used to represent the configuration for running tasks.

start_type
run: str
criterion: str