cyto_dl.api.cyto_dl_model.segmentation_plugin_model module#
- class cyto_dl.api.cyto_dl_model.segmentation_plugin_model.SegmentationPluginModel(cfg: DictConfig)[source]#
Bases:
CytoDLBaseModel
A SegmentationPluginModel handles configuration, training, and prediction using the default segmentation_plugin experiment from CytoDL.
- get_hardware_type() HardwareType [source]#
- set_hardware_type(hardware_type: HardwareType) None [source]#