-
This may not be a reasonable question. But I thought it wouldn't hurt to give a try. Is there any API calls, in keras 3, that is equivalent to the following in tensorflow? I'm looking for the configuration API that works for all backends (tensorflow and torch). Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ghsanti
Jul 22, 2024
Replies: 1 comment
-
I don't know of one. You can write if/else that checks the value |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeffDebug
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know of one. You can write if/else that checks the value
keras.backend()
and sets whatever you need.