Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RNN training now requires RNNCallback, but does not require RNNRegularizer; out and raw_out have moved to RNNRegularizer #3108

Closed
jph00 opened this issue Dec 28, 2020 · 0 comments
Labels

Comments

@jph00
Copy link
Member

jph00 commented Dec 28, 2020

Previously, it was necessary to add the RNNRegularizer callback to train an RNN, since that callback didn't only regularize, but also destructured the RNN's output as required for training. The latter step has now been moved to a new RNNCallback.

To make it easier to train RNNs, we've added an rnn_cbs which provides all callbacks needed for RNN training, optionally with regularization.

@jph00 jph00 added the breaking label Dec 28, 2020
@jph00 jph00 closed this as completed in b7847d8 Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant