Skip to content

Instantly share code, notes, and snippets.

View manimtechrs's full-sized avatar

Manikandan Sathianarayanan manimtechrs

View GitHub Profile
@manimtechrs
manimtechrs / gist:ce67efcfa7989bf7755d48891187a25f
Created August 9, 2018 11:36
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