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
The loss function in line 125 has been set a binary crossentropy, which is incorrect. According to the original paper, it should be categorical_crossentropy.
The loss function in line 125 has been set a binary crossentropy, which is incorrect. According to the original paper, it should be categorical_crossentropy.