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

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
Member

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants