Created
August 9, 2018 11:36
-
-
Save manimtechrs/ce67efcfa7989bf7755d48891187a25f to your computer and use it in GitHub Desktop.
Problem with importing Keras sequential model
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hi all ,i have installed keras followed by tensorflow. when i execute keras sequential model i get error message stating that | |
from keras.models import sequential | |
Using TensorFlow backend. | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
ImportError: cannot import name 'sequential' | |
kindly resolve my issue im new to python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi all ,i have installed keras followed by tensorflow. when i execute keras sequential model i get error message stating that
from keras.models import sequential
Using TensorFlow backend.
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'sequential'
kindly resolve my issue im new to python