This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Description
Duplicate Issue meta-pytorch/data#397
Issue
Currently, torchtext datasets make use of lambda functions that creates issue for MultiProcessing with DataLoader as pickle doesn't support serialization with lambda functions.
Tracking the issue here as well for visibility
Suggested Resolution
Remove usage of lambda functions
cc: @NivekT , @NicolasHug