-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor RNNs to allow initialisation of the previous output and states.
The previous output and state of recurrent layers is saved. This makes the layers more flexible and also compatible for streaming mode. Fixes #230
- Loading branch information
Sebastian Böck
committed
Dec 6, 2016
1 parent
9a0b40b
commit 1e8cd39
Showing
3 changed files
with
174 additions
and
49 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
Oops, something went wrong.