tf.contrib.training.NextQueuedSequenceBatch.length

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.

doc_TensorFlow
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.