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
I am using the official script to train the yolov5m640 model and export an onnx file by export.py and changed the ONNX OpSet Version into 11. However, there is an error occurred when I am trying to convert the onnx file into binary model file. Is there something wrong?
p.s. The error also happened when I use the export.py directly (ONNX OpSet Version == 12).
Additional context
The text was updated successfully, but these errors were encountered:
❔Question
I am using the official script to train the yolov5m640 model and export an onnx file by export.py and changed the ONNX OpSet Version into 11. However, there is an error occurred when I am trying to convert the onnx file into binary model file. Is there something wrong?
p.s. The error also happened when I use the export.py directly (ONNX OpSet Version == 12).
Additional context
The text was updated successfully, but these errors were encountered: