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
The following warning is emitted during tuner.search:
lib/python3.12/site-packages/keras/src/saving/saving_lib.py:757: UserWarning: Skipping variable loading for optimizer 'rmsprop', because it has 2 variables whereas the saved optimizer has 6 variables.
saveable.load_own_variables(weights_store.get(inner_path))
Not sure if this is a problem here or in keras or related to incompatible tf/keras versions.
The text was updated successfully, but these errors were encountered:
The following warning is emitted during
tuner.search
:Not sure if this is a problem here or in keras or related to incompatible tf/keras versions.
The text was updated successfully, but these errors were encountered: