-
Notifications
You must be signed in to change notification settings - Fork 694
Open
Labels
Description
Tracking: Models That Fail to Import or Run in Burn
This issue tracks ONNX models that cannot currently be onnx converted, rs built, have runtime problems or output accuracies using burn-import
. If you encounter a model that fails to import or execute, please comment below or submit a new issue and reference this tracker.
Checklist of Models with Known Issues (working if checked)
- ALBERT/BERT models (#1811)
- all-MiniLM-L6-v2 (#600)
- CLIP ViT-B-32 (Text) (clip-ViT-B-32-text/model.onnx)
- clip-ViT-B-32 Vision
- Depth-Anything-v2 (#2592, #2926)
- Face Detector (MediaPipe) (#1370)
- GMFlow models (#1560)
- IBM Granite 4.0 Tiny Preview (models#71)
- ModernBERT-base (#3130)
- Retinaface model (#2037)
- RTMW3D-x (#2930, models#74)
- Silero VAD (#1941)
- XFeat (#3110)
- YOLOv5 model (#1130)
- YOLOv8n (#2822, #675)
- YOLOv10 model (#2816)
- Yolo11x mode
- YOLOv12m (yolov12m.onnx)
- Piiranha (#2968)
- dpt-dinov2-small-kitti (#2592 )
- Resnet (onnx model )
- kokoro (onnx model)
- stable-diffusion-xl-base-1.0
- Apple Depth Pro
How to Use
- Add a comment if you find a new failing model, or if your model is fixed by a PR.
- Check off models as they become supported or fixed.
- Reference this issue when creating new ONNX import failure reports.
For operator-level or feature gaps, please also check:
- SUPPORTED-ONNX-OPS.md for coverage
- Help Wanted: Implementing ONNX Ops for operator implementation tracking
- burn-import issues
ungerpeter