Created
May 18, 2018 11:58
-
-
Save gonzaloruizdevilla/79d6c0717271bdd3231e97a8ab8219be to your computer and use it in GitHub Desktop.
Word2vec placeholder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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