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
Running MIL backend_mlprogram pipeline: 100%|██████████| 12/12 [00:00<00:00, 553.37 passes/s] CoreML export failure: For an ML Program, extension must be .mlpackage (not .mlmodel). Please see https://coremltools.readme.io/docs/unified-conversion-api#target-conversion-formats to see the difference between neuralnetwork and mlprogram model types.
torchlite and onnx exports successfully.
Starting TorchScript-Lite export with torch 1.10.0a0+3fd9dcf... TorchScript-Lite export success, saved as /train/runs/train/yolov7/weights/tiny.torchscript.ptl
Starting ONNX export with onnx 1.8.204... ONNX export success, saved as /train/runs/train/yolov7/weights/tiny.onnx
The text was updated successfully, but these errors were encountered:
When trying to convert tiny via:
python export.py --weights tiny.pt --img-size 640 640
Running MIL backend_mlprogram pipeline: 100%|██████████| 12/12 [00:00<00:00, 553.37 passes/s] CoreML export failure: For an ML Program, extension must be .mlpackage (not .mlmodel). Please see https://coremltools.readme.io/docs/unified-conversion-api#target-conversion-formats to see the difference between neuralnetwork and mlprogram model types.
torchlite and onnx exports successfully.
Starting TorchScript-Lite export with torch 1.10.0a0+3fd9dcf... TorchScript-Lite export success, saved as /train/runs/train/yolov7/weights/tiny.torchscript.ptl
Starting ONNX export with onnx 1.8.204... ONNX export success, saved as /train/runs/train/yolov7/weights/tiny.onnx
The text was updated successfully, but these errors were encountered: