How could I pass from this Error?
OperatorNotAllowedInGraphError: using a tf.Tensor as a Python bool is not allowed: AutoGraph is disabled in this function. Try decorating it directly with @tf.function.
when I train the code through train_coco.py file, this error happend?
is anyone could help me?
How could I pass from this Error? OperatorNotAllowedInGraphError: using a
tf.Tensor
as a Pythonbool
is not allowed: AutoGraph is disabled in this function. Try decorating it directly with @tf.function.when I train the code through train_coco.py file, this error happend? is anyone could help me?