class tf.OpError
A generic error that is raised when TensorFlow execution fails.
Whenever possible, the session will raise a more specific subclass of OpError
from the tf.errors
module.
class tf.OpError
A generic error that is raised when TensorFlow execution fails.
Whenever possible, the session will raise a more specific subclass of OpError
from the tf.errors
module.
Please login to continue.