eg4000 / SKU110K_CVPR19

773 stars 183 forks source link

No module named 'keras_resnet' #84

Open cuge1995 opened 4 years ago

cuge1995 commented 4 years ago
models/resnet.py", line 18, in <module>
    import keras_resnet
ModuleNotFoundError: No module named 'keras_resnet'
Shiva0072 commented 3 years ago

I am also facing the same problem. Please tell me if you were able to solve this and with what approach?

malik-anhar commented 3 years ago

Have you tried to install it manually? You can install it via pip by pip install keras-resnet