Skip to content

Instantly share code, notes, and snippets.

@manimtechrs
Created August 9, 2018 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manimtechrs/ce67efcfa7989bf7755d48891187a25f to your computer and use it in GitHub Desktop.
Save manimtechrs/ce67efcfa7989bf7755d48891187a25f to your computer and use it in GitHub Desktop.
Problem with importing Keras sequential model
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
@manimtechrs
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment