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 |