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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
3 smaller issues:
When
remove_last_nonlinearity: true
in config file, there won't be any dropout in embedding layers. This breaks consistency with older models.According to researches, dropout in embedding layers (or the whole network) has no benefit for embedding learning. So we'll remove them.
Test Adam + L2.
The text was updated successfully, but these errors were encountered: