Replies: 1 comment
-
nice api :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a recipe for performing partial optimization of a model in NNX using
Optimizer
andnnx.grad
. The main trick is to define the differentiable state using thewrt
filter forOptimizer
, and passing that same filter toDiffState
which is used to specify the gradient innnx.grad
.Beta Was this translation helpful? Give feedback.
All reactions