yunlongdong/FCN-pytorch

Used BCE - Loss but no sigmoid activation

Gunnvant opened this issue · 0 comments

You have used BCE loss in your train file but I don't see you using sigmoid activation. Will that not affect anything as we use sigmoid activation when using BCE loss and Softmax when using Cross Entropy loss