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. Good job putting this together. I was wondering whether loss=K.sum(...) should be replaced with K.max(...) once we are interested on the output for the class with highest output value only. What do you think?
The text was updated successfully, but these errors were encountered:
Hi. Good job putting this together. I was wondering whether
loss=K.sum(...)
should be replaced withK.max(...)
once we are interested on the output for the class with highest output value only. What do you think?The text was updated successfully, but these errors were encountered: