Created
November 18, 2016 22:00
-
-
Save 3h4/7003e561582e163d721ac7af259a8490 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| _current_cell_state = np.zeros((batch_size, state_size)) | |
| _current_hidden_state = np.zeros((batch_size, state_size)) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment