Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--resume training from URL weights #8882

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 5, 2022

@kalenmike HUB resume fix PR

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Refinement of the resume functionality in YOLOv5 training script.

πŸ“Š Key Changes

  • Simplified the code for resume option in training to make it easier to understand and maintain.
  • Replaced a manual check of the checkpoint file existence with a call to check_file() function.

🎯 Purpose & Impact

  • πŸ’ͺ Purpose: The update aims to make resuming training more reliable and user-friendly, minimizing errors caused by incorrectly specified resume files.
  • πŸ” Impact: Users should experience smoother resuming of training processes, ideally with fewer errors or interruptions due to checkpoint file issues. This can save time and resources, especially in longer training runs.

@glenn-jocher glenn-jocher self-assigned this Aug 5, 2022
@glenn-jocher glenn-jocher merged commit e073658 into master Aug 5, 2022
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch August 5, 2022 14:27
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant