Skip to content
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 multi30k test dataset hash #2003

Merged
merged 1 commit into from
Dec 7, 2022
Merged

update multi30k test dataset hash #2003

merged 1 commit into from
Dec 7, 2022

Conversation

rshraga
Copy link
Contributor

@rshraga rshraga commented Dec 7, 2022

Description

Testing

import torchtext

def _main():
    train, val, test = torchtext.datasets.Multi30k(language_pair=("de", "en"))
    for thing in test:
        print(thing)
        break

if __name__ == "__main__":
    _main()

Above script now works

@joecummings
Copy link
Contributor

Why was this changed in the first place here? Commit hash: c7e5a07

@Nayef211

@Nayef211
Copy link
Contributor

Nayef211 commented Dec 7, 2022

Why was this changed in the first place here? Commit hash: c7e5a07

@Nayef211

See #1756. Basically the original datasets were down so we were pointing to a user hosted one temporarily

Copy link
Contributor

@Nayef211 Nayef211 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks for the fix

@rshraga rshraga merged commit c4f1e84 into main Dec 7, 2022
@mikelcq
Copy link

mikelcq commented Mar 4, 2023

I installed the latest torch 1.13.1, torchtext 0.14.1.
Why I still have the exact error? even the printed hash log is the same as #2001 described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants