👎 feed-dict is the slowest possible way to pass information to TensorFlow
👍 the correct way to feed data into your models is to use an input pipeline to ensure that the GPU has never to wait for new stuff to come in.
-
Importing Data
-
Create an Iterator
-
Consuming Data
- numpy
- tensor