grenlayk / deep-text-edit

Our implementation of Text Style Brush architecture.
MIT License
123 stars 29 forks source link

Google Colab raises errors due to Python3.7 version #4

Closed grenlayk closed 2 years ago

grenlayk commented 2 years ago

We need script to easily update system if it does not match our requirements.

SphericalPotatoInVacuum commented 2 years ago

After some testing I think it would be better and easier to downgrade required python version to 3.7.13 as used by the colab, and update the requirements and the code accordingly. As soon as we have a way to do our training/experiments somewhere where we can fully control the environment we can bump the versions back up.