Functionsigmoid_dice The dice loss for using sigmoid activation function :param output: (b, num_class-1, d, h, w) :param target: (b, d, h, w) :return:
model/criterions.py:79
Functionsoftmax_dice The dice loss for using softmax activation function :param output: (b, num_class, d, h, w) :param target: (b, d, h, w) :return: softm
model/criterions.py:50
Functionsoftmax_dice2 The dice loss for using softmax activation function :param output: (b, num_class, d, h, w) :param target: (b, d, h, w) :return: softm
model/criterions.py:64