tf.contrib.training.NextQueuedSequenceBatch.context

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, ...]
doc_TensorFlow
2016-10-14 13:07:28
Comments
Leave a Comment

Please login to continue.