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
Originally posted by shenoynikhil January 8, 2023
In the API Reference, is it possible to have an example for each module. It's generally easy to understand the usage from an example.
The request is inspired from pytorch (example shared below for torch.nn.Conv2DLink)
I am also willing to help out to improve the documentation if I can get some support :).
The text was updated successfully, but these errors were encountered:
Most of the modules actually are used in flax/examples or in some documentation tutorials.
For example, from what I've seen for now, Dense and Conv are used in Getting Started, and BatchNorm and Dropout have their own guides.
It might be a good practice to at least put a link on the docstring so that users can see it from API Reference.
Discussed in #2779
Originally posted by shenoynikhil January 8, 2023
In the API Reference, is it possible to have an example for each module. It's generally easy to understand the usage from an example.
The request is inspired from pytorch (example shared below for
torch.nn.Conv2D
Link)I am also willing to help out to improve the documentation if I can get some support :).
The text was updated successfully, but these errors were encountered: