tf.contrib.training.NextQueuedSequenceBatch.batch_size
The batch_size of the given batch.
Usually, this is the batch_size requested when initializing the SQSS, but if allow_small_batch=True this will become smaller when inputs are exhausted.
Returns:
A scalar integer tensor, the batch_size
Please login to continue.