-
Notifications
You must be signed in to change notification settings - Fork 741
training module takes .ptd #8739
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
training module takes .ptd #8739
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8739
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9e8512d with merge base afcec1d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D69547105 |
f0baf1d to
1df6cc8
Compare
Summary: Allow TrainingModule to take in a .ptd. Also realized I was only caching the gradient tensors not the params so went ahead and fixed that. Updated the export script to generate training modules with separated weights. Fixed a bug in tensor parsing for external mutable tensors. Differential Revision: D69547105
|
This pull request was exported from Phabricator. Differential Revision: D69547105 |
Summary: Allow TrainingModule to take in a .ptd. Also realized I was only caching the gradient tensors not the params so went ahead and fixed that. Updated the export script to generate training modules with separated weights. Fixed a bug in tensor parsing for external mutable tensors. Differential Revision: D69547105
1df6cc8 to
879e93f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D69547105 |
Summary: Allow TrainingModule to take in a .ptd. Also realized I was only caching the gradient tensors not the params so went ahead and fixed that. Updated the export script to generate training modules with separated weights. Fixed a bug in tensor parsing for external mutable tensors. Reviewed By: lucylq, georgehong Differential Revision: D69547105
879e93f to
9e8512d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D69547105 |
Summary:
Allow TrainingModule to take in a .ptd. Also realized I was only caching the gradient tensors not the params so went ahead and fixed that.
Updated the export script to generate training modules with separated weights.
Fixed a bug in tensor parsing for external mutable tensors.
Differential Revision: D69547105