We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b293fc commit e696784Copy full SHA for e696784
docs/source/api/components.rst
@@ -147,7 +147,7 @@ Example:
147
nn.Linear(64, 5)
148
)
149
150
- head = ClassificationHead(linear=custom_head_module)
+ head = ClassificationHead(net=custom_head_module)
151
152
Attention Mechanism
153
-------------------
@@ -270,3 +270,4 @@ See Also
270
* :doc:`model` - How components are used in models
271
* :doc:`../architecture/overview` - Architecture explanation
272
* :doc:`configs` - ModelConfig for component configuration
273
+
0 commit comments