View source on GitHub
|
Adds a QueueRunner to a collection in the graph. (deprecated)
tf.compat.v1.train.add_queue_runner(
qr, collection=ops.GraphKeys.QUEUE_RUNNERS
)
Migrate to TF2
QueueRunners are not compatible with eager execution. Instead, please use tf.data to get data into your model.
View source on GitHub