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

[Train,Tuning] Support Keras 3 Parallel Training and HP tuning #48910

Open
ghsanti opened this issue Nov 24, 2024 · 0 comments
Open

[Train,Tuning] Support Keras 3 Parallel Training and HP tuning #48910

ghsanti opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement Request for new feature and/or capability train Ray Train Related Issue triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@ghsanti
Copy link

ghsanti commented Nov 24, 2024

Description

The current examples for Keras/TF do not work, presumably because of Keras 3 which is integrated by default since TF==2.16.

One can still switch to Legacy Keras, but this wouldn't make sense, Keras 3 is interesting and has many new features.

Keras 3 seems to have its own multibackend (only supports JAX from what I can understand) distributed framework..

I wonder whether Keras 3 will be supported here, now that it's becoming independent of the backend?

Use case

There are multiple use cases; the main one is that Keras has a beautiful API that makes writing Networks less verbose, plus one can change backends now.

@ghsanti ghsanti added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Nov 24, 2024
@ghsanti ghsanti changed the title [Train] Support Keras 3 Training [Train] Support Keras 3 Parallel Training and HP tuning Nov 24, 2024
@ghsanti ghsanti changed the title [Train] Support Keras 3 Parallel Training and HP tuning [Train,Tuning] Support Keras 3 Parallel Training and HP tuning Nov 24, 2024
@jcotant1 jcotant1 added the train Ray Train Related Issue label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability train Ray Train Related Issue triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

2 participants