We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SingleProcessReadingService
DataLoader2
Add SingleProcessReadingService to adapt the graph for the sake of:
Pros: This would prevent making DataLoader2 more complicated. The reading service should take charge of all adaptation of the graph of DataPipes.
DataPipes
Cons: By adding SingleProcessReadingService, we need mixed ReadingServices for the most of cases.
To align the behavior of DataLoader2 with or without MPRS.
MPRS
No response
The text was updated successfully, but these errors were encountered:
set_seed
8f9d123
Successfully merging a pull request may close this issue.
🚀 The feature
Add
SingleProcessReadingService
to adapt the graph for the sake of:Pros:
This would prevent making
DataLoader2
more complicated. The reading service should take charge of all adaptation of the graph ofDataPipes
.Cons:
By adding
SingleProcessReadingService
, we need mixed ReadingServices for the most of cases.Motivation, pitch
To align the behavior of
DataLoader2
with or withoutMPRS
.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: