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.
Legacy API support of LSTM, GRU, SimpleRNN (keras-team#5688)
* Legacy API interface for SimpleRNN, GRU, LSTM * Test for recurrent layer legacy interfaces * Fixed import * Fixed issues with test and recurrent layers * Preprocessor arguement for legacy generator + LSTM kwarg conversion fix * Warning message fix
- Loading branch information
1 parent
152d896
commit 7e6ccb8
Showing
3 changed files
with
145 additions
and
3 deletions.
There are no files selected for viewing
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