the-full-stack / fsdl-text-recognizer-2022

Source of the FSDL 2022 labs, which are at https://github.com/full-stack-deep-learning/fsdl-text-recognizer-2022-labs
https://fullstackdeeplearning.com/course
MIT License
81 stars 26 forks source link

torch and torchtext versions incompatible in Lab 06 #80

Closed triakshunn closed 9 months ago

triakshunn commented 10 months ago

In Lab06_data file, the current env gives the error image the error happens because the current env has torch 2.0.1 and torchtext 0.16.0 which are incompatible. See here

Solution: Downgrading torchtext to 0.15.2 solves the issue.

charlesfrye commented 9 months ago

thanks for reporting! resolved in 547997b