dacapo.experiments.tasks.distance_task
Classes
DistanceTask is a subclass of Task for handling tasks associated |
Module Contents
- class dacapo.experiments.tasks.distance_task.DistanceTask(task_config)
DistanceTask is a subclass of Task for handling tasks associated with Distance.
DistanceTask uses DistancePredictor for prediction, MSELoss for computing loss, ThresholdPostProcessor for post-processing the prediction, and BinarySegmentationEvaluator for evaluating the prediction.
- predictor
DistancePredictor object
- loss
MSELoss object
- post_processor
ThresholdPostProcessor object
- evaluator
BinarySegmentationEvaluator object
- __init__(self, task_config)
Initializes attributes of DistanceTask
Notes
This is a subclass of Task.
- predictor
- loss
- post_processor
- evaluator