-
Notifications
You must be signed in to change notification settings - Fork 355
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
Several Improvements for the latest PyTorch Framework #1564
Open
MGAMZ
wants to merge
12
commits into
open-mmlab:main
Choose a base branch
from
MGAMZ:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+47
−9
Commits on Jul 21, 2024
-
FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.
Configuration menu - View commit details
-
Copy full SHA for 4f62c98 - Browse repository at this point
Copy the full SHA 4f62c98View commit details -
FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.
Configuration menu - View commit details
-
Copy full SHA for b6b4224 - Browse repository at this point
Copy the full SHA b6b4224View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c7a5d4 - Browse repository at this point
Copy the full SHA 4c7a5d4View commit details
Commits on Aug 21, 2024
-
Fix Incorrect Optim Param Resume Method
FSDP.optim_state_dict_to_load requires the following parameters: model: Module, optim: Optimizer, optim_state_dict: Dict[str, Any]
Configuration menu - View commit details
-
Copy full SHA for 28d47f8 - Browse repository at this point
Copy the full SHA 28d47f8View commit details
Commits on Aug 28, 2024
-
Update runner.py to support pure-python style model wrapper configura…
…tions The current runner implementation has not yet supported for pure-python style configurations on model wrapper class. I follow the mainstream implementation to support this feature.
Configuration menu - View commit details
-
Copy full SHA for 91d945f - Browse repository at this point
Copy the full SHA 91d945fView commit details
Commits on Sep 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0934d75 - Browse repository at this point
Copy the full SHA 0934d75View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7103c3e - Browse repository at this point
Copy the full SHA 7103c3eView commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eecaa92 - Browse repository at this point
Copy the full SHA eecaa92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698ad5e - Browse repository at this point
Copy the full SHA 698ad5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c80332 - Browse repository at this point
Copy the full SHA 8c80332View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cf1003 - Browse repository at this point
Copy the full SHA 3cf1003View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e4c2ed - Browse repository at this point
Copy the full SHA 1e4c2edView 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.