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

Fixes #750 - Save model.module.state_dict() for DDP and DP #1086

Merged
merged 2 commits into from May 31, 2020

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented May 30, 2020

Fixes #750

Description:

  • Save model.module.state_dict() for DDP and DP

Check list:

  • New tests are added (if a new feature is added)
  • New doc strings: description and/or example code are in RST format
  • Documentation is updated (if required)

@vfdev-5 vfdev-5 requested a review from sdesrozis May 30, 2020 22:53
@vfdev-5 vfdev-5 merged commit cfd0799 into pytorch:master May 31, 2020
@vfdev-5 vfdev-5 deleted the issue-750 branch May 31, 2020 00:15
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.

Checkpoint and ModelCheckpoint automatically saves base model for DDP wrapper
1 participant