'Object detection evaluation model main error

I'm currently working ona object detection model efficientnet and i tried to evaluate my mode with model main but got the error

ValueError: Tensor("Detections_Left_Groundtruth_Right/0:0", shape=(), dtype=string) must be from the same graph as Tensor("Loss/TargetAssignment/AvgNumGroundtruthBoxesPerImage:0", shape=(), dtype=string) (graphs are FuncGraph(name=cond_true_48273, id=139640549532432) and <tensorflow.python.framework.ops.Graph object at 0x7f0111ca0410>).

Can someone help me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source