Skip to content

Instantly share code, notes, and snippets.

@Myeongjoon
Created August 10, 2018 00:17
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 Myeongjoon/382c26dfa4cffdf2f4eb3dec5ec1b003 to your computer and use it in GitHub Desktop.
Save Myeongjoon/382c26dfa4cffdf2f4eb3dec5ec1b003 to your computer and use it in GitHub Desktop.
rnn_cell = tf.contrib.rnn.BasicRNNCell(hidden_layer_size)
outputs, _ = tf.nn.dynamic_rnn(rnn_cell, _inputs, dtype=tf.float32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment