-
Notifications
You must be signed in to change notification settings - Fork 166
Switching to use FileOpener instead of FileLoader #148
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
Conversation
…FileOpener as well [ghstack-poisoned]
Note that, since pytorch/pytorch#70367 has not landed, the CI tests here are expected to fail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as long as all tests passed. Please also inform vision and text team for this change.
…g to IoPathFileOpener as well" This PR is dependent on pytorch/pytorch#70367, which renames `FileLoader` to `FileOpener` in PyTorch. Core library. Then, this PR switches all `TorchData` usage of `FileLoader` to `FileOpener`, as well as renaming `IoPathFileLoader` to `IoPathFileOpener` (the functional name changes as well). Downstream users of those DataPipes please be aware of that. Fixes #103. cc: ejguan @VitalyFedyunin pmeier @Nayef211 [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This PR is dependent on pytorch/pytorch#70367, which renames `FileLoader` to `FileOpener` in PyTorch. Core library. Then, this PR switches all `TorchData` usage of `FileLoader` to `FileOpener`. Downstream users need to be aware of this. Fixes #103. cc: ejguan @VitalyFedyunin pmeier @Nayef211 Differential Revision: [D33368187](https://our.internmc.facebook.com/intern/diff/D33368187) [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This PR is dependent on pytorch/pytorch#70367, which renames `FileLoader` to `FileOpener` in PyTorch. Core library. Then, this PR switches all `TorchData` usage of `FileLoader` to `FileOpener`. Downstream users need to be aware of this. Fixes #103. cc: ejguan @VitalyFedyunin pmeier @Nayef211 Differential Revision: [D33368187](https://our.internmc.facebook.com/intern/diff/D33368187) [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This PR is dependent on pytorch/pytorch#70367, which renames `FileLoader` to `FileOpener` in PyTorch. Core library. Then, this PR switches all `TorchData` usage of `FileLoader` to `FileOpener`. Downstream users need to be aware of this. Fixes #103. cc: ejguan @VitalyFedyunin pmeier @Nayef211 Differential Revision: [D33368187](https://our.internmc.facebook.com/intern/diff/D33368187) [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This PR is dependent on pytorch/pytorch#70367, which renames `FileLoader` to `FileOpener` in PyTorch. Core library. Then, this PR switches all `TorchData` usage of `FileLoader` to `FileOpener`. Downstream users need to be aware of this. Fixes #103. cc: ejguan @VitalyFedyunin pmeier @Nayef211 Differential Revision: [D33368187](https://our.internmc.facebook.com/intern/diff/D33368187) [ghstack-poisoned]
@NivekT has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
TorchData is changing its API, renaming `FileLoader` to `FileOpener` This PR should be landed after pytorch/data#148 is merged (the CI for this PR is expected to fail until then as well) [ghstack-poisoned]
TorchData is changing its API, renaming `FileLoader` to `FileOpener` This PR should be landed after pytorch/data#148 is merged (the CI for this PR is expected to fail until then as well) [ghstack-poisoned]
Fixes #158 Reverts the change of notebook from #148 Differential Revision: [D33437356](https://our.internmc.facebook.com/intern/diff/D33437356) [ghstack-poisoned]
Fixes #158 Reverts the change of notebook from #148 Differential Revision: [D33437356](https://our.internmc.facebook.com/intern/diff/D33437356) [ghstack-poisoned]
Stack from ghstack:
This PR is dependent on pytorch/pytorch#70367, which renames
FileLoader
toFileOpener
in PyTorch. Core library. Then, this PR switches allTorchData
usage ofFileLoader
toFileOpener
. Downstream users need to be aware of this.Fixes #103.
cc: @ejguan @VitalyFedyunin @pmeier @Nayef211
Differential Revision: D33368187