State Dict Loading
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
State Dict Loading has 2 facts recorded in Dontopedia across 2 references.
2 facts·2 predicates·2 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedOther facts (2)
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.
2 facts
| Predicate | Value | Ref |
|---|---|---|
| Uses | torch.load | [1] |
| Restores | Model Parameters | [2] |
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.
—
usesbeam/b729dc6d-53ff-42db-95a2-0b4b64111a65
torch.load
—
restoresbeam/fa097ab4-7c54-4d7c-bce6-50883cbc7667
ex:model-parameters
References (2)
2 references
ctx:claims/beam/b729dc6d-53ff-42db-95a2-0b4b64111a65- full textbeam-chunktext/plain1 KB
doc:beam/b729dc6d-53ff-42db-95a2-0b4b64111a65Show excerpt
self.fc3 = nn.Linear(32, 1) self.dropout = nn.Dropout(0.5) def forward(self, x): x = torch.relu(self.fc1(x)) x = self.dropout(x) x = torch.relu(self.fc2(x)) x = self.dropout(x) x …
ctx:claims/beam/fa097ab4-7c54-4d7c-bce6-50883cbc7667
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.