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 36cd643 commit 6e3f392Copy full SHA for 6e3f392
docs/source/architecture/overview.md
@@ -270,7 +270,7 @@ custom_head = nn.Sequential(
270
nn.Linear(64, 5)
271
)
272
273
-head = ClassificationHead(linear=custom_head)
+head = ClassificationHead(net=custom_head)
274
```
275
276
## Complete Architecture
@@ -611,3 +611,4 @@ torchTextClassifiers provides a **component-based pipeline** for text classifica
611
612
Ready to build your classifier? Start with {doc}`../getting_started/quickstart`!
613
614
+
0 commit comments