tf.contrib.training.NextQueuedSequenceBatch.length
The lengths of the given truncated unrolled examples.
For initial iterations, for which sequence * num_unroll < length
, this number is num_unroll
. For the remainder, this number is between 0
and num_unroll
.
Returns:
An integer vector of length batch_size
, the lengths.
Please login to continue.