Esempio n. 1
0
 def loss(outputs, labels):
     return atlasUtils.atlasDiceLoss(outputs, labels, nonSquared=True)
 def loss(outputs, labels):
     return atlasUtils.atlasDiceLoss(outputs, labels, n_classe = self.n_classes)
 def loss(outputs, labels):
     # return atlasUtils.MyAtlasDiceLoss(outputs, labels)
     return atlasUtils.atlasDiceLoss(outputs, labels)