Jonathans575

Results 2 comments of Jonathans575

In the code of class Dense_with_Center_loss(Layer):I think you don't use the softmax activation, however, your code is: crossentropy = K.sparse_categorical_crossentropy(y_true, y_pred, from_logits=True) Why 'from_logits' is True instead of False? Thank...

I have also the same question. How to solve this? Thank you!