-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
Implementation of Early Stopping for DDP training #8345
Merged
glenn-jocher
merged 10 commits into
ultralytics:master
from
giacomoguiduzzi:early_stopping_fix
Jun 29, 2022
Merged
Implementation of Early Stopping for DDP training #8345
glenn-jocher
merged 10 commits into
ultralytics:master
from
giacomoguiduzzi:early_stopping_fix
Jun 29, 2022
Commits on Jun 26, 2022
-
Implementation of Early Stopping for DDP training
This edit correctly uses the broadcast_object_list() function to send slave processes a boolean so to end the training phase if the variable is True, thus allowing the master process to destroy the process group and terminate.
Configuration menu - View commit details
-
Copy full SHA for 6dcc47b - Browse repository at this point
Copy the full SHA 6dcc47bView commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 17c56a8 - Browse repository at this point
Copy the full SHA 17c56a8View commit details
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9f6d318 - Browse repository at this point
Copy the full SHA 9f6d318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa4305 - Browse repository at this point
Copy the full SHA 4aa4305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 953aaa3 - Browse repository at this point
Copy the full SHA 953aaa3View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0e87ad6 - Browse repository at this point
Copy the full SHA 0e87ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ad680 - Browse repository at this point
Copy the full SHA d6ad680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c1f11 - Browse repository at this point
Copy the full SHA 39c1f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227a77a - Browse repository at this point
Copy the full SHA 227a77aView commit details -
This cleans up the definition of broadcast_list and removes the requirement for clear() afterward.
Configuration menu - View commit details
-
Copy full SHA for 58bc763 - Browse repository at this point
Copy the full SHA 58bc763View commit details
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.