Skip to content

Instantly share code, notes, and snippets.

@DiegoAgher
Created January 3, 2019 20:39
Show Gist options
  • Save DiegoAgher/e59e75cf956e29e99d57f4b780ebd8d8 to your computer and use it in GitHub Desktop.
Save DiegoAgher/e59e75cf956e29e99d57f4b780ebd8d8 to your computer and use it in GitHub Desktop.
lstm prediction
y_pred = Dense(num_classes, activation='softmax',
kernel_initializer='he_normal',name='output')(lstm_2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment