Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keras warning during multi_predictions #150

Open
dweindl opened this issue Feb 12, 2025 · 1 comment
Open

keras warning during multi_predictions #150

dweindl opened this issue Feb 12, 2025 · 1 comment
Labels
wontfix This will not be worked on

Comments

@dweindl
Copy link
Member

dweindl commented Feb 12, 2025

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.

@dweindl
Copy link
Member Author

dweindl commented Feb 26, 2025

Not sure if this is a problem here or in keras or related to incompatible tf/keras versions.

Not a C-COMPASS issue. This even shows up in the KerasTuner documentation.

@dweindl dweindl added the wontfix This will not be worked on label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant