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

Fix the load state dict in case of partial loading #928

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saumishr
Copy link
Contributor

Summary:
Fix the load state dict in case of partial loading. Existing implementation creates the flattened load state state dict. Therefore partial loading API get_state_dict_for_key doesn't work if the state dict contains deep nested structures. It only works for the first level of nesting.
Reference: https://fb.workplace.com/groups/modelstore.users/permalink/3720283468194317/

Differential Revision: D64379847

Summary:
Fix the load state dict in case of partial loading. Existing implementation creates the flattened load state state dict. Therefore partial loading API `get_state_dict_for_key` doesn't work if the state dict contains deep nested structures. It only works for the first level of nesting.
Reference: https://fb.workplace.com/groups/modelstore.users/permalink/3720283468194317/

Differential Revision: D64379847
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D64379847

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants