We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad19c6f commit 6cfc4e6Copy full SHA for 6cfc4e6
1 file changed
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