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
Validation accuracy gets stuck around ~0.64 when training with Keras 2.3.x. This is training the phon2orth model with Keras 2.3.1 (128 hidden dims for encoder and decoder):
Not sure what's happening here—could have something to do with Keras 2.3's changing the "default recurrent activation to sigmoid (from hard_sigmoid) in all RNN layers."
The text was updated successfully, but these errors were encountered:
Validation accuracy gets stuck around ~0.64 when training with Keras 2.3.x. This is training the phon2orth model with Keras 2.3.1 (128 hidden dims for encoder and decoder):
With 2.2.5, validation accuracy follows the expected path (slightly leading training accuracy, I think because validation doesn't use dropout):
Not sure what's happening here—could have something to do with Keras 2.3's changing the "default recurrent activation to sigmoid (from hard_sigmoid) in all RNN layers."
The text was updated successfully, but these errors were encountered: