softmax_cross_entropy_with_logits issue with keras
I'm using Keras with TensorFlow backend and using cross-entropy as the loss function. I saw that TensorFlow requires pre softmax as an input for the loss, but I put the output of the softmax in Keras.
What is the right way to use it?