Closed mrgloom closed 7 years ago
It's suitable for the case where masks in different channels can overlap. For single output channel it's the same as softmax. Also softmax can't be used directly for 2D output in Keras.
Also softmax can't be used directly for 2D output in Keras.
Looks like reshape is not needed in case of softmax+categorical_crossentropy too, it just applied by last dimension.
What is motivation of using sigmoid at last layer? https://github.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/blob/master/zf_unet_224_model.py#L105