tf.contrib.training.NextQueuedSequenceBatch.sequences

tf.contrib.training.NextQueuedSequenceBatch.sequences

A dict mapping keys of input_sequences to split and rebatched data.

Returns:

A dict mapping keys of input_sequences to tensors. If we had at input:

sequences["name"].get_shape() == [None, d1, d2, ...]

where None meant the sequence time was dynamic, then for this property:

sequences["name"].get_shape() == [batch_size, num_unroll, d1, d2, ...].
doc_TensorFlow
2016-10-14 13:07:29
Comments
Leave a Comment

Please login to continue.