is_loss_soft_dice=False# Use soft dice as loss function. When set to true, "weighted_loss" must be false.
is_loss_soft_dice=False# Use soft dice as loss function. When set to true, "weighted_loss" must be false.
weighted_loss=False# Use weighted categorical cross entropy as loss fucntion. When set to true, "is_loss_soft_dice" must be false.
weighted_loss=False# Use weighted categorical cross entropy as loss fucntion. When set to true, "is_loss_soft_dice" must be false.
data_is_provided=False# Only set this to true when you have already provided the input data and the train and eval data are in "dir_output".
data_is_provided=False# Only set this to true when you have already provided the input data and the train and eval data are in "dir_output".
task="segmentation"# This parameter defines task of model which can be segmentation, enhancement or classification.
f1_threshold_classification=None# This threshold is used to consider models with an evaluation f1 scores bigger than it. The selected model weights undergo a weights ensembling. And avreage ensembled model will be written to output.