Type FailedPreconditionError
Namespace tensorflow.errors
Parent OpError
Interfaces IFailedPreconditionError
Operation was rejected because the system is not in a state to execute it. This exception is most commonly raised when running an operation
that reads a
tf.Variable
before it has been initialized.