-
Notifications
You must be signed in to change notification settings - Fork 811
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
IWSLT datasets are not properly unpacked from tgz
file
#1903
Comments
cc @ejguan and @VitalyFedyunin as this seems to be an issue with the CacheHolder datapipe from torchdata |
Will take a look |
Likely related to not yet landed race condition fix |
@VitalyFedyunin Can you link the Issue/PR? |
Yep, In my TODO for 1st half of the week. |
@VitalyFedyunin is there any update on this? |
Working on it right now. Want to make sure it is part of the next official branch cut. So it requires intensive testing. As mitigation cleaning cache folder and restart should help. |
pytorch/data#652 should fix it. |
This is fixed by #1942 and pytorch/data#810 |
🐛 Bug
IWSLT datasets are not properly unpacked from the downloaded
tgz
file when usingtorchtext.datasets.IWSLT*
.When I unpack the nested
tgz
files by hand everything works as expected.To Reproduce
E.g. for IWSLT2017 download the
.tgz
file from here and put it under./data/datasets/IWSLT2017
Expected behavior
Dataset is properly unpacked from the downloaded
tgz
file when usingtorchtext.datasets.IWSLT*
Environment
The text was updated successfully, but these errors were encountered: