Skip to content

Instantly share code, notes, and snippets.

@suhaskv
Created January 5, 2021 16:49
Show Gist options
  • Save suhaskv/f79abce85388ddac891bb16eb3ce0421 to your computer and use it in GitHub Desktop.
Save suhaskv/f79abce85388ddac891bb16eb3ce0421 to your computer and use it in GitHub Desktop.
VSB Power Line Blog - Bi-directional GRU implementation
bi_lstm_2 = Bidirectional(GRU(64, return_sequences=True), merge_mode='concat')(bi_lstm_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment