class tf.errors.AbortedError
The operation was aborted, typically due to a concurrent action.
For example, running a queue.enqueue()
operation may raise AbortedError
if a queue.close()
operation previously ran.
class tf.errors.AbortedError
The operation was aborted, typically due to a concurrent action.
For example, running a queue.enqueue()
operation may raise AbortedError
if a queue.close()
operation previously ran.
Please login to continue.