Skip to content

Instantly share code, notes, and snippets.

@ericjang
Last active February 24, 2016 13:54
Show Gist options
  • Save ericjang/369c4d01b81542604822 to your computer and use it in GitHub Desktop.
Save ericjang/369c4d01b81542604822 to your computer and use it in GitHub Desktop.
def read_no_attn(x,x_hat,h_dec_prev):
return tf.concat(1,[x,x_hat])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment