The capacity argument of tf.train.string_input_producer(string_tensor, num_epochs=None, shuffle=True, seed=None, capacity=32, shared_name=None, name=None) is pretty vague for me.
What does it mean to set the capacity argument here, does it have anything to do with the length of the string_tensor argument. An example would be great. Thank you very much.
source share