Replies: 2 comments 1 reply
-
Can you add imports to your example code? It's not clear which library you're importing |
Beta Was this translation helpful? Give feedback.
-
You might ask this in the optax discussion forum (https://github.com/deepmind/optax/discussions) but looking at the source code, it doesn't look like there's any way to retrieve the parameters from a constructed optimizer. The optimizer construction returns a And |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to look into an
optimizer
oropt_state
to retrieve the learning rate? For exampleI have tried to look into both, but without much success.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions