open-cd icon indicating copy to clipboard operation
open-cd copied to clipboard

Error in example colab notebook

Open robmarkcole opened this issue 1 year ago • 1 comments

Running the notebook, the train cell fails with

ModuleNotFoundError: No module named 'ftfy'

robmarkcole avatar Nov 30 '23 14:11 robmarkcole

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

surajbijjahalli avatar Dec 05 '23 01:12 surajbijjahalli