Open robmarkcole opened 11 months ago
Running the notebook, the train cell fails with
ModuleNotFoundError: No module named 'ftfy'
I've run into the same problem when I try to run the notebook on training the fcsn model. I added a pip install ftfy and the training pipeline is running now. !pip install ftfy
!pip install ftfy
Running the notebook, the train cell fails with