Skip to content

Instantly share code, notes, and snippets.

@talolard
Created December 31, 2017 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save talolard/ba5e84ab0e9e2bfbca442f299621223d to your computer and use it in GitHub Desktop.
Save talolard/ba5e84ab0e9e2bfbca442f299621223d to your computer and use it in GitHub Desktop.
tensorflow_gru_example.py
from tf.contrib.rnn import GRUCell
cell = GruCell()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment