-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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 v3 equivalent for get_output_at(num)
#20267
Comments
Yeah, something like |
Thanks @fchollet 👍 As context: Btw. i saw it's planned to bring Onnx support to keras v3 is there already any progress ? Thanks again 🤗 |
I would recommend just using the code snippet -- it is private, but very stable in practice (hasn't changed since the original Keras 3 release). We just don't think this is common enough to need an official public API. Very little chance it would actually ever break, but make sure to have CI running just in case a so you can catch it. If we make it a public API it would probably be
Would you like to contribute something? We haven't staffed it yet but we could guide you if you're interested! |
Backend:
|
Hi 👋,
A quick question is there a equivalent in keras v3 for
model.get_layer(layer_name).get_output_at(0)
from keras v2 ?context:
Thanks :)
The text was updated successfully, but these errors were encountered: