forked from pytorch/tnt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add state_dict/load_state_dict support for MultiDataloader (pytorch#452)
Summary: Pull Request resolved: pytorch#452 As title - MultiDataloader now supports the stateful protocol for checkpoint saving/loading. The dataloader generates a state dict based on the names of `individual_dataloaders` and if the underlying dataloaders themselves are Stateful. Reviewed By: daniellepintz Differential Revision: D47409954 fbshipit-source-id: f98dca1a80e7760045556453f9a7ea0b8fe7c968
- Loading branch information
1 parent
ff19367
commit 5f1e12a
Showing
2 changed files
with
107 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters