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
The code tries to import a library, onnx.optimizer, which no longer exists in latests onnx.
The imports work for onnx <1.9.0, does not work for >= 1.9.0.
A simple solution for now is to comment out the import