forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RELNOTES] Refactor RNNs to rely on atomic cells. (keras-team#7943)
* Refactor RNNs to rely on atomic cells. * Add RNN docstrings back. * Fix Theano/CNTK RNN dropout * Disable dropout in CNTK dynamic RNNs. * Standardize input dropout masks in RNNs. * Skip RNN dropout test for CNTK. * Remove legacy constraints * Increase stacked RNN test coverage
- Loading branch information
Showing
8 changed files
with
1,762 additions
and
540 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.