zhiyaoma
Results
3
comments of
zhiyaoma
In the file : " onnx_coreml/_shapeinference.py " , in the function: "def infer_shapes_and_types(graph): # type: (GraphProto) -> GraphProto model = helper.make_model(graph) print(dir(model)) model_with_shapes = shape_inference.infer_shapes(model) return model_with_shapes.graph" Why can't I...
I get it ! Update the version~~
sorry,I forget it.. ---Original--- From: "Bofang Liu"