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

Versions of PIL and urllib3 are out of sync with Colab, requiring restart #78

Closed charlesfrye closed 1 year ago

charlesfrye commented 1 year ago

PIL version constraint just needs to be updated to >=9.4,<9.5

urllib3 is not currently constrained

johntharian commented 1 year ago

Hey @charlesfrye , can I pick this up ? We only need to modify the pillow version to 9.4 in the dev.txt , prod.txt and prod.in files ryt?

charlesfrye commented 1 year ago

Thanks for the offer! I think I need to handle this one.

The process for testing is manual and under-documented -- this repo is meant to demo how to organize a DL product codebase, not a DL course codebase, so the back-of-house stuff isn't so clean.

johntharian commented 1 year ago

oh okay, cool

charlesfrye commented 1 year ago

this seems to be fixed -- the restart is only required in the testing notebook