Open gihyunkim opened 4 years ago
is it not supposed to use softmax function on last layer? I am confused that someone use softmax on last layer and others don't. Does it gives different result whether I use softmax or not? or it just for convenience to evaluate. plz let me know
使用交叉熵损失函数,交叉熵损失函数自带softmax()
is it not supposed to use softmax function on last layer? I am confused that someone use softmax on last layer and others don't. Does it gives different result whether I use softmax or not? or it just for convenience to evaluate. plz let me know