-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update SPDL Image Classification Example with Dataloader #289
Update SPDL Image Classification Example with Dataloader #289
Conversation
This pull request was exported from Phabricator. Differential Revision: D66724034 |
…earch#289) Summary: Update SPDL image classification example to use Dataloader instead of Pipeline. The dataloader builds a Pipeline when converted to an iterable. Minor difference: the default concurrency is used in the Dataloader aggregator Differential Revision: D66724034
41b8561
to
e4e8d1f
Compare
This pull request was exported from Phabricator. Differential Revision: D66724034 |
@@ -43,7 +43,7 @@ | |||
import spdl.io | |||
import spdl.utils | |||
import torch | |||
from spdl.pipeline import Pipeline, PipelineBuilder | |||
from spdl.dataloader._dataloader import DataLoader |
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.
from spdl.dataloader._dataloader import DataLoader | |
from spdl.dataloader import DataLoader |
…earch#289) Summary: Update SPDL image classification example to use Dataloader instead of Pipeline. The dataloader builds a Pipeline when converted to an iterable. Minor difference: the default concurrency is used in the Dataloader aggregator Reviewed By: moto-meta Differential Revision: D66724034
e4e8d1f
to
c969e98
Compare
This pull request was exported from Phabricator. Differential Revision: D66724034 |
…earch#289) Summary: Update SPDL image classification example to use Dataloader instead of Pipeline. The dataloader builds a Pipeline when converted to an iterable. Minor difference: the default concurrency is used in the Dataloader aggregator Reviewed By: moto-meta Differential Revision: D66724034
c969e98
to
e03b51a
Compare
This pull request was exported from Phabricator. Differential Revision: D66724034 |
…earch#289) Summary: Update SPDL image classification example to use Dataloader instead of Pipeline. The dataloader builds a Pipeline when converted to an iterable. Minor difference: the default concurrency is used in the Dataloader aggregator Reviewed By: moto-meta Differential Revision: D66724034
e03b51a
to
56d0c47
Compare
This pull request was exported from Phabricator. Differential Revision: D66724034 |
…earch#289) Summary: Update SPDL image classification example to use Dataloader instead of Pipeline. The dataloader builds a Pipeline when converted to an iterable. Minor difference: the default concurrency is used in the Dataloader aggregator Reviewed By: moto-meta Differential Revision: D66724034
56d0c47
to
69677b1
Compare
This pull request was exported from Phabricator. Differential Revision: D66724034 |
…earch#289) Summary: Update SPDL image classification example to use Dataloader instead of Pipeline. The dataloader builds a Pipeline when converted to an iterable. Minor difference: the default concurrency is used in the Dataloader aggregator Reviewed By: moto-meta Differential Revision: D66724034
69677b1
to
540a91e
Compare
This pull request was exported from Phabricator. Differential Revision: D66724034 |
1eda64b
into
facebookresearch:main
Summary:
Update SPDL image classification example to use Dataloader instead of Pipeline.
The dataloader builds a Pipeline when converted to an iterable.
Minor difference: the default concurrency is used in the Dataloader aggregator
Differential Revision: D66724034