chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

how to edit stanford-tensorflow-tutorials/2017/examples/09_tfrecord_example.py to read multiple images? #124

Closed LarsFichtel closed 4 years ago

LarsFichtel commented 6 years ago

Looping the process of writing images into the .tfrecords-file works fine, but how do I read multiple images from a .tfrecords-file?

Is there any simple solution? would be great if added to the code.