You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The cross entropy loss you used in Tensforflow is 'sparse_softmax_cross_entropy_with_logits()'. however, this loss function will perform a 'softmax' on 'logits'. Since your lgm loss doesn't contain a 'softmax' operation, I wonder whether the loss function is correctly used here?
I am looking forward to hearing from you.
The text was updated successfully, but these errors were encountered:
Hi,
The cross entropy loss you used in Tensforflow is 'sparse_softmax_cross_entropy_with_logits()'. however, this loss function will perform a 'softmax' on 'logits'. Since your lgm loss doesn't contain a 'softmax' operation, I wonder whether the loss function is correctly used here?
I am looking forward to hearing from you.
The text was updated successfully, but these errors were encountered: