SortAnon / ControllableTalkNet

A web app that lets you play around with TalkNet models
GNU Affero General Public License v3.0
121 stars 48 forks source link

Notebooks not working due to missing modules #34

Closed Dimitar971 closed 1 year ago

Dimitar971 commented 1 year ago

It appears that the two Google Colab notebooks for training and using Controllable TalkNet do not work properly anymore. I constantly get errors that various modules are missing and even when I add lines to install them manually, some of them still don't work (NeMo in particular). These notebooks used to work for me with no problems before, but not anymore. It appears that many of the dependencies have been updated and function differently. If that is the case, will the notebooks be updated at some point?

SortAnon commented 1 year ago

Fixed the inference notebook. The training notebook should work, too. The reason it broke is because Google bumped the Python version in Colab. Eventually, this'll be too tedious to fix, and I can't guarantee that it'll still work in a year or two.