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
Docstrings in the code. It is anyway very recommended to use an IDE to be able to use auto-completion, and the IDE would also automatically show you the documentation.
nn.base docstring. nn.base defines many important base classes such as nn.Tensor, nn.Module, and has some high-level explanation of how it works internally
nn.naming docstring. nn.naming defines the layer names and parameter names, i.e. how a model (via nn.Module) and all intermediate computations map to RETURNN layers.