ValueError: Only instances of keras.Layer
can be added to a Sequential model.
#638
rhuanbarros
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone with this problem like me, receiven the message
ValueError: Only instances of keras.Layer can be added to a Sequential model.
the solution is use tensorflow==2.15.0
There is a bug with tensorflow==2.16
we can follow it in tensorflow/tensorflow#63849
Beta Was this translation helpful? Give feedback.
All reactions