tf.contrib.training.NextQueuedSequenceBatch.context
A dict mapping keys of input_context
to batched context.
Returns:
A dict mapping keys of input_context
to tensors. If we had at input:
context["name"].get_shape() == [d1, d2, ...]
then for this property:
context["name"].get_shape() == [batch_size, d1, d2, ...]
Please login to continue.