Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Created May 18, 2018 11:58
Show Gist options
  • Save gonzaloruizdevilla/79d6c0717271bdd3231e97a8ab8219be to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/79d6c0717271bdd3231e97a8ab8219be to your computer and use it in GitHub Desktop.
Word2vec placeholder
# Placeholders for inputs
train_inputs = tf.placeholder(tf.int32, shape=[batch_size])
train_labels = tf.placeholder(tf.int32, shape=[batch_size, 1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment