dacapo.experiments.tasks.one_hot_task_config

Module Contents

Classes

OneHotTaskConfig

Class that derives from the TaskConfig to perform one hot prediction tasks.

class dacapo.experiments.tasks.one_hot_task_config.OneHotTaskConfig

Class that derives from the TaskConfig to perform one hot prediction tasks.

task_type

the type of task, in this case, OneHotTask.

classes

a List of classes which starts from id 0.

None()

Note

The class of each voxel is simply the argmax over the vector of output probabilities.

task_type
classes: List[str]