class tf.errors.OutOfRangeError
Raised when an operation iterates past the valid input range.
This exception is raised in "end-of-file" conditions, such as when a queue.dequeue()
operation is blocked on an empty queue, and a queue.close()
operation executes.
Please login to continue.