Open TheConstant3 opened 8 months ago
I am trying to run code
obj_model_path='./weight/ObjectAwareModel.pt' ObjAwareModel = ObjectAwareModel(obj_model_path) ObjAwareModel.export(format='onnx', retina_masks=True)
Error: ONNX: export failure ❌ 9.2s: output 1 (0 [ CPULongType{} ]) of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer.
I am trying to run code
Error: ONNX: export failure ❌ 9.2s: output 1 (0 [ CPULongType{} ]) of traced region did not have observable data dependence with trace inputs; this probably indicates your program cannot be understood by the tracer.