Type SampleEmbeddingHelper
Namespace tensorflow.contrib.seq2seq
Parent GreedyEmbeddingHelper
Interfaces ISampleEmbeddingHelper
A helper for use during inference. Uses sampling (from a distribution) instead of argmax and passes the
result through an embedding layer to get the next input.