You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs here state "The Flax NNX Functional API consists of three basic methods: nnx.split, nnx.merge, and nnx.update. ... Below is an example of of StatefulLinear nnx.Module that uses the Functional API."
But the code that follows does not use nnx.split, nnx.merge, or nnx.update.
The text was updated successfully, but these errors were encountered:
The docs here state "The Flax NNX Functional API consists of three basic methods: nnx.split, nnx.merge, and nnx.update. ... Below is an example of of StatefulLinear nnx.Module that uses the Functional API."
But the code that follows does not use
nnx.split
,nnx.merge
, ornnx.update
.The text was updated successfully, but these errors were encountered: