tf.contrib.training.NextQueuedSequenceBatch.sequence_count

tf.contrib.training.NextQueuedSequenceBatch.sequence_count

An int32 vector, length batch_size: the sequence count of each entry.

When an input is split up, the number of splits is equal to: padded_length / num_unroll. This is the sequence_count.

Returns:

An int32 vector Tensor.

doc_TensorFlow
2016-10-14 13:07:29
Comments
Leave a Comment

Please login to continue.