/tensorflow_reading_data

this is just a practice

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

tensorflow reading_data

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 and Coordinator queue constructor
  • 2.using the tf.data api ,this is a new way to read input data ,which makes the process easier