Skip to content

Instantly share code, notes, and snippets.

@gonzaloruizdevilla
Created May 18, 2018 12:01
Show Gist options
  • Save gonzaloruizdevilla/0af4512abb99986407f3b1f0b741c584 to your computer and use it in GitHub Desktop.
Save gonzaloruizdevilla/0af4512abb99986407f3b1f0b741c584 to your computer and use it in GitHub Desktop.
Embedding lookup
embed = tf.nn.embedding_lookup(embeddings, train_inputs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment