dacapo.experiments.tasks.one_hot_task_config ============================================ .. py:module:: dacapo.experiments.tasks.one_hot_task_config Classes ------- .. autoapisummary:: dacapo.experiments.tasks.one_hot_task_config.OneHotTaskConfig Module Contents --------------- .. py:class:: OneHotTaskConfig Class that derives from the TaskConfig to perform one hot prediction tasks. .. attribute:: task_type the type of task, in this case, OneHotTask. .. attribute:: classes a List of classes which starts from id 0. .. method:: None .. note:: The class of each voxel is simply the argmax over the vector of output probabilities. .. py:attribute:: task_type .. py:attribute:: classes :type: List[str]