Skip to content
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

[docs] Functional API example code does not use Functional API functions #4602

Open
samuela opened this issue Mar 5, 2025 · 0 comments
Open

Comments

@samuela
Copy link

samuela commented Mar 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant