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

Support Keras 3.0 #91

Open
nzw0301 opened this issue Feb 22, 2024 · 0 comments
Open

Support Keras 3.0 #91

nzw0301 opened this issue Feb 22, 2024 · 0 comments
Labels
feature Change that does not break compatibility, but affects the public interfaces.

Comments

@nzw0301
Copy link
Member

nzw0301 commented Feb 22, 2024

Motivation

The current Optuna's Keras callback has been deprecated since the Keras 2.4 release which was identical to tf.keras. However, Keras 3.0 supports multiple DL frameworks (PyTorch, jax, and TensorFlow) as an independent library again, so the deprecated decorator should be removed if optuna-integration supports Keras.

Description

  1. Remove the deprecated decorator in https://github.com/optuna/optuna-integration/blob/main/optuna_integration/keras.py.

Alternatives (optional)

Adding tests of Keras 3.0 with multiple DL frakework backends: pytorch, jax, and tensorflow, seems important to expand users of optuna.Optuna

Additional context (optional)

@nzw0301 nzw0301 added the feature Change that does not break compatibility, but affects the public interfaces. label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Change that does not break compatibility, but affects the public interfaces.
Projects
None yet
Development

No branches or pull requests

1 participant