inisis
inisis
add op type for analysis
Hi, I created a repo for recording katago performance on different GPU deivces. https://github.com/inisis/katago-benchmark Hope this helps.
ISSUE #31 we can add --slim to export slimmed onnx model ``` python export.py --include=onnx --weight yolov9-c.pt --slim ```
Hi, we have developed a tool called [onnxslim](https://github.com/WeLoveAI/OnnxSlim), which can help slim exported onnx model, and it's pure python, and it works well on yolo, should we intergrate it into...
Hi, when using graphsurgeon to handle model with [SequenceConstruct](https://onnx.ai/onnx/operators/onnx__SequenceConstruct.html) operator, constant folding will raise an error, this pr helps fix it, model is provided [model.zip](https://github.com/NVIDIA/TensorRT/files/14035970/model.zip). current output after constant folding...
Hi, Thanks for your wonderful project, I wrote a [pytorch2caffe](https://github.com/inisis/brocolli) project, and can support your model, so I add one script. Hope this can be merged.
Hi, when maxcolwidths is set, and cell has ansi decorated, ValueError will be raised. ***ValueError: invalid literal for int() with base 10: '\x1b[32m44\x1b[37m'*** this pr helps fix it.
### Feature request Hi, we have developed a tool called [onnxslim](https://github.com/inisis/OnnxSlim), which can help slim exported onnx model. ``` pip install onnxslim # bash onnxslim raw_onnx_model slimmed_onnx_model --skip_fusion_patterns FusionGelu #...
## 🛠️ PR Summary Made with ❤️ by [Ultralytics Actions](https://github.com/ultralytics/actions) ### 🌟 Summary Enhanced Logging Control in YOLOv5 Export Script ✨ ### 📊 Key Changes - Added a line to...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description Hi, we have developed a tool called [onnxslim](https://github.com/WeLoveAI/OnnxSlim), which can...