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

Please login to continue.