dacapo.experiments.starts.start_config ====================================== .. py:module:: dacapo.experiments.starts.start_config Classes ------- .. autoapisummary:: dacapo.experiments.starts.start_config.StartConfig Module Contents --------------- .. py:class:: 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. .. attribute:: run str The run to be used as a starting point for tasks. .. attribute:: criterion str The criterion to be used for choosing weights from run. .. method:: __init__(start_config) Initializes the StartConfig class with specified config to run the initialization of weights for a model associated with a specific criterion. .. rubric:: Notes This class is used to represent the configuration for running tasks. .. py:attribute:: start_type .. py:attribute:: run :type: str .. py:attribute:: criterion :type: str