Skip to content

Instantly share code, notes, and snippets.

@3h4
Created November 18, 2016 22:49
Show Gist options
  • Save 3h4/fd001069503223c958c4a83491d2e206 to your computer and use it in GitHub Desktop.
Save 3h4/fd001069503223c958c4a83491d2e206 to your computer and use it in GitHub Desktop.
logits = tf.matmul(states_series, W2) + b2 #Broadcasted addition
labels = tf.reshape(batchY_placeholder, [-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment