You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keras_tuner.src.errors.FatalTypeError: Expected the model-building function, or HyperModel.build() to return a valid Keras Model instance. Received: <tf_keras.src.engine.sequential.Sequential object at 0x7f08feadffa0> of type <class 'tf_keras.src.engine.sequential.Sequential'>.
Here is my script to replicate the example from the description on the project pypi page
This leads to the error
Tensorflow is used from docker image https://docs.nvidia.com/deeplearning/frameworks/tensorflow-release-notes/rel-24-06.html
It includes tensorflow 2.16.1
keras-tuner version is 1.4.7
The text was updated successfully, but these errors were encountered: