Fix torch long to float tensor on HUB macOS#8067
Merged
glenn-jocher merged 1 commit intomasterfrom Jun 1, 2022
Merged
Conversation
tdhooghe
pushed a commit
to tdhooghe/yolov5
that referenced
this pull request
Jun 10, 2022
2 tasks
2 tasks
ctjanuhowski
pushed a commit
to ctjanuhowski/yolov5
that referenced
this pull request
Sep 8, 2022
Mindstan
pushed a commit
to PsycleResearch/yolov5
that referenced
this pull request
Sep 13, 2022
Mindstan
added a commit
to PsycleResearch/yolov5
that referenced
this pull request
Sep 15, 2022
* Use poetry * Only use Python >= 3.9 * Moved to PyTorch 1.12 * Bump version * PyTorch 1.11.0 compatibility updates (ultralytics#6932) Resolves `AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'` first raised in ultralytics#5499 * Bump beta version * Fix torch `long` to `float` tensor on HUB macOS (ultralytics#8067) * Bump beta version * Updated Makefile * Added README * Added missing VERSION * Final major version Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
corey-nm
added a commit
to neuralmagic/yolov5
that referenced
this pull request
Oct 26, 2022
bfineran
pushed a commit
to neuralmagic/yolov5
that referenced
this pull request
Oct 26, 2022
WasabiFan
pushed a commit
to WasabiFan/edgeai-yolov5
that referenced
this pull request
Dec 11, 2022
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.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Refinement of anchor handling in loss computation for object detection.
📊 Key Changes
🎯 Purpose & Impact