Vinay Kakkad

Results 1 comments of Vinay Kakkad

Changing the versions for torch and torchtext fixed the issue for me. ``` ! pip install -U torch==2.1 torchtext==0.16.0 ``` The `torch` version from the course repo's [requirement](https://github.com/the-full-stack/fsdl-text-recognizer-2022-labs/blob/main/requirements/prod.in) should be...