Releases: neuralmagic/yolov5
Releases · neuralmagic/yolov5
v1.7: bump up version to 1.7.0 (#248)
Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>
v1.6
fix reporting and manual run issues (#241) (#243) Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>
v1.5
bump version to 1.5.1 (#223)
v1.4
pin ipython dep for compatibility with python < 3.9 (#206) (#207)
v1.3
Remove use of class names in metrics (#143)
v1.2
[Cherry-pick] Fixes for validation and uint8 (#119)
v1.1
Fix bug in val_onnx where grid strides were consumed by generator (#9…
v1.0
Latest
v0.12
What's Changed
- Prune and Quantize YOLO models - SparseML integration #1
- Ultralytics master #5
- Fix onnx export to not include grid because dynamic shape is not working #6
- Add ability to load SparseZoo weights #12
- Change export to use SparseML and account for dynamic shapes #13
- Set model to eval on export if training isn't requested #15
- fix inputs to os.path.join in ONNX export #14
- relax strict type check in sparsezoo load function #16
- fix qat_start bug in SparseML wrapper #17
- update quantization utils import for latest sparseml refactors #23
- Update Neuralmagic-YoloV5 integration to v6.1 by #29
Full Changelog: v5.0...v0.12