Hi there,
Have you guys considered using the TF Dataset API?
https://www.tensorflow.org/programmers_guide/datasets#using_high-level_apis
One thing that makes it really appealing is that you can easily set up input pipelines to remotely stored data (e.g. GCS).
Hi there,
Have you guys considered using the TF Dataset API?
https://www.tensorflow.org/programmers_guide/datasets#using_high-level_apis
One thing that makes it really appealing is that you can easily set up input pipelines to remotely stored data (e.g. GCS).