Have generic base models for tasks such as classification and segmentation, which commonly share the same metrics (such as loss, accuracy, and iou). This would likely entail refactoring out most methods besides the step and forward logic, to preprocess the data for the downstream model plugin as needed.
Have generic base models for tasks such as classification and segmentation, which commonly share the same metrics (such as loss, accuracy, and iou). This would likely entail refactoring out most methods besides the
step
andforward
logic, to preprocess the data for the downstream model plugin as needed.