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
for your case, you should downgrade your onnx version to 1.15
This is a viable method. When I switched to ONNX 1.15.0 and later, I was able to use onnxslim to complete the optimization, while onnxsim could not optimize my custom model. Thank you so much; the onnxslim model has been a great help to me.
我在yolov5网络中更改了我的模型,但当我使用onnxslim对我的onnx模型进行onnxslim Our-slim.onnx Our-slim2.onnx这一步的操作时,他并没有将unsqueeze这些给优化掉。
The text was updated successfully, but these errors were encountered: