fix(export-yolo-to-onnx): update dependency ultralytics to v8.4.14#38991
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(export-yolo-to-onnx): update dependency ultralytics to v8.4.14#38991renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Contributor
🧪 CI InsightsHere's what we observed from your CI run for 3fd7c97. 🟢 All jobs passed!But CI Insights is watching 👀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
==8.4.13→==8.4.14Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
ultralytics/ultralytics (ultralytics)
v8.4.14: -ultralytics 8.4.14Platform training cancel feature (#23614)Compare Source
🌟 Summary (single-line synopsis)
Ultralytics 8.4.14 adds Ultralytics Platform “Cancel training” support so you can stop runs quickly and still keep/upload partial results ⛔️📤
📊 Key Changes
trainer.stop=Truewhencancelled=true.trainer._platform_cancelledand logs clear messages.self.stopis set, allowing external stops (like Platform cancellation) to take effect sooner.rle_lossto zero to prevent loss from going negative and destabilizing training (helps avoid mAP dropping across epochs).segment2box()now excludes points exactly on the image border after clipping, avoiding boxes incorrectly snapping to edges (better box regression + mask quality).TypeErrorwhenfitnessis present butNoneduring tuning (safer/cleaner tuning runs).model.fuse()📚🎯 Purpose & Impact
If you train via the Ultralytics Platform, this release is especially impactful due to the new cancellation behavior 🛑.
What's Changed
segment2boxboundary condition for edge-snapped segment points by @Mr-Neutr0n in #23602model.fuse()by @raimbekovm in #23601ultralytics 8.4.14Platform training cancel feature by @glenn-jocher in #23614Full Changelog: ultralytics/ultralytics@v8.4.13...v8.4.14
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.