-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Labels
Description
🐛 Describe the bug
I think the test from TorchText starts failing after pytorch/pytorch#74984 is landed into core and shipped into nightly.
Should we either revert the change or fix this problem ASAP considering the closing branch cut for TorchText?
We can let TorchText team to remove all lambda function in their dataset if needed.
Versions
main
Progress
- Replacing lambda usages in TorchText
Replacing lambda functions with regular functions in all datasets pytorch/text#1718 - Add ability to use
dillin DataLoaderV1
[DataLoader] Adding ability to use dill to pass DataPipes in mutiprocessing pytorch/pytorch#77288 - Add ability to use
dillin DataLoaderV2 (TODO)