Open cuge1995 opened 4 years ago
models/resnet.py", line 18, in <module> import keras_resnet ModuleNotFoundError: No module named 'keras_resnet'
I am also facing the same problem. Please tell me if you were able to solve this and with what approach?
Have you tried to install it manually? You can install it via pip by pip install keras-resnet
pip install keras-resnet