Self.fc2
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
Self.fc2 has 7 facts recorded in Dontopedia across 3 references, with 1 live disagreement.
Mostly:rdf:type(2), is instance(1), assigned value(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (3)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
appliedToApplied to(1)
- Fc2 Config
ex:fc2-config
definesAttributeDefines Attribute(1)
- Init
ex:__init__
hasAttributeHas Attribute(1)
- Reranking Model
ex:RerankingModel
Other facts (7)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Module Attribute | [2] |
| Rdf:type | Linear Layer | [3] |
| Is Instance | Nn.linear | [1] |
| Assigned Value | Linear Layer | [2] |
| Nn:linear | Nn.linear | [3] |
| Has Input Size | 128 | [3] |
| Has Output Size | 10 | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/cb8cd140-2b8c-41c2-8160-68d7bc0c4c91ctx:claims/beam/343d7abc-9aa0-4e2b-8884-910c760bfe88- full textbeam-chunktext/plain1 KB
doc:beam/343d7abc-9aa0-4e2b-8884-910c760bfe88Show excerpt
self.fc1 = nn.Linear(512, 128) self.fc2 = nn.Linear(128, 10) def forward(self, x): x = torch.relu(self.fc1(x)) x = self.fc2(x) return x # Initialize the model and optimizer model = MyModel() opt…
ctx:claims/beam/b424bd38-46a8-4f5b-8589-c66c43eca88e
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.