You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm looking for a stable and powerful graph optimizer for existed onnx models (i.e. generated by pytorch). In my opinion, the open-sourced ONNX Optimizer often gets in trouble like segment fault (like unsupported op). tf2onnx optimizer seems a good candidate except that we are in lack of the load_from_onnx interface now. Since the ir of raw onnx graph and tf2onnx graph is pretty different, how could we implement the load_from_onnx()?