-
Notifications
You must be signed in to change notification settings - Fork 11.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'keras.engine' #3024
Comments
me too |
I guess python3.4 is required, I've been trying to install it and give it a shot. BTW, do you have Python 3.4? |
An obvious solution to this is use: |
using "keras.layers.Layer" is the solution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "E:\git\maskrcnn-balloon\samples\balloon\balloon.py", line 62, in
import model as modellib
File "E:\git\maskrcnn-balloon\samples\balloon\model.py", line 28, in
import keras.engine as KE
ModuleNotFoundError: No module named 'keras.engine'
The text was updated successfully, but these errors were encountered: