Closed amrography closed 4 years ago
The error happens during keras import, and that means it has nothing to do with this project. Please make sure tensorflow anda keras are installed successfully.
@foamliu thanks for quick respond I ran pip install tensorflow keras --ignore-installed
and installed many packages. Thanks for your great effort!
@foamliu Can you please list the modules version.
I have tensorflow 2.1.0
which requires scipy < 1.2.2
and keras 2.3
which requires scipy > 1.2.3
but keras 2.3
needs tensorflow > 2.0
Hello,
I followed the installed instructions then when I run
python train.py
I am getting this errorI also get the same exact error when running
python analyze.py
orpython demo.py