open-cd
open-cd copied to clipboard
Error in example colab notebook
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