You use isensee2017_model for training, and the activation function is set to 'sigmoid'. Can you please explain why you use the 'sigmoid' activation function in the final layer when it is multi-class classification? Shouldn't it be 'softmax'?
(line 77 in brats_2019/unet3d/model/isensee2017.py /)
You use isensee2017_model for training, and the activation function is set to 'sigmoid'. Can you please explain why you use the 'sigmoid' activation function in the final layer when it is multi-class classification? Shouldn't it be 'softmax'?
(line 77 in brats_2019/unet3d/model/isensee2017.py /)