'Jupyter notebook failed to process training data

I'm trying to make a classification on an image with the CNN algorithm. When I tried to run it on jupyter notebook(anaconda) it didn't work, but when I run it on google colabs it worked enter image description here



Solution 1:[1]

Google colab default has scipy version 1.4.1.

In jupyter notebook you need to install Scipy.

!pip install scipy

Follow the instructions mention here to install Scipy

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 TFer