Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Resolved: AttributeError: module 'keras.api._v2.keras' has no attribute 'Sequential'
I am working with version 2.10 of tensorflow and I am getting this error above when trying to use tf.keras.Sequential
1 answers ( 1 marked as helpful)
I was facing this same issue. It worked for me when I uninstalled the 2.10 version and installed 2.8 version instead.