Skip to content

Instantly share code, notes, and snippets.

@DiegoAgher
Created January 3, 2019 20:36
Show Gist options
  • Save DiegoAgher/db86831ed84312f7d0fd88c5a8083611 to your computer and use it in GitHub Desktop.
Save DiegoAgher/db86831ed84312f7d0fd88c5a8083611 to your computer and use it in GitHub Desktop.
sequence handling
lstm_1 = LSTM(32, return_sequences=True, kernel_initializer='he_normal', name='lstm1')(reshape)
lstm_2 = LSTM(32, return_sequences=True, kernel_initializer='he_normal', name='lstm2')(lstm_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment