[go: up one dir, main page]

Skip to content

Releases: neuralmagic/yolov5

v1.7: bump up version to 1.7.0 (#248)

11 Jan 19:36
66bf468
Compare
Choose a tag to compare
Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>

v1.6

11 Dec 21:23
781b363
Compare
Choose a tag to compare
fix reporting and manual run issues (#241) (#243)

Co-authored-by: dhuang <dhuang@MacBook-Pro-2.local>

v1.5

16 Feb 16:31
674a32c
Compare
Choose a tag to compare
bump version to 1.5.1 (#223)

v1.4

29 Dec 16:14
e9680c6
Compare
Choose a tag to compare
pin ipython dep for compatibility with python < 3.9 (#206) (#207)

v1.3

30 Nov 17:22
Compare
Choose a tag to compare
Remove use of class names in metrics (#143)

v1.2

03 Oct 19:07
70a1c5a
Compare
Choose a tag to compare
[Cherry-pick] Fixes for validation and uint8 (#119)

v1.1

10 Aug 12:33
d2863d2
Compare
Choose a tag to compare
Fix bug in val_onnx where grid strides were consumed by generator (#9…

…3) (#94)

v1.0

06 Jun 17:30
980521b
Compare
Choose a tag to compare
Fix checkpoint and train recipe loading (#78) (#79)

Latest

27 Apr 21:06
2aae700
Compare
Choose a tag to compare
Latest Pre-release
Pre-release
nightly

Fix --resume keyword and recipe loading (#33)

v0.12

13 Apr 16:44
14eb1dc
Compare
Choose a tag to compare

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