MASILab / 3DUX-Net

238 stars 33 forks source link

Validation Segmentation Loss naming error #65

Open tingwei161803 opened 7 months ago

tingwei161803 commented 7 months ago

In main_train.py line 180-182 mean_dice_val = np.mean(dice_vals) writer.add_scalar('Validation Segmentation Loss', mean_dice_val, global_step) return mean_dice_val

I think there is a naming error, which name the dice value to loss