this is an example about how to reading data using tensorflow there are two ways to read data,
- 1.using the
string_input_producer
api andCoordinator
queue constructor - 2.using the
tf.data
api ,this is a new way to read input data ,which makes the process easier