-
Notifications
You must be signed in to change notification settings - Fork 161
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
Stateful dataloader #1241
Stateful dataloader #1241
Conversation
@andrewkho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@andrewkho has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
e68f6d2
to
a5b7695
Compare
@gokulavasan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
a5b7695
to
761a7cf
Compare
@gokulavasan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…, add test for it Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
435a496
to
0c862b1
Compare
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
@gokulavasan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
5de543d
to
82a7872
Compare
@gokulavasan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@gokulavasan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
c244ad7
to
a2101ca
Compare
@gokulavasan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@gokulavasan merged this pull request in 0c98f9c. |
Adds a StatefulDataLoader - drop in replacement for torch.utils.data.DataLoader - that offers state_dict/load_state_dict for mid-epoch checkpointing.
please see [RFC] Stateful DataLoader (TODO: link)
Please read through our contribution guide prior to
creating your pull request.
Fixes #{issue number}
Changes