nn.Linear(128, 128)
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
nn.Linear(128, 128) has 21 facts recorded in Dontopedia across 5 references, with 3 live disagreements.
Mostly:rdf:type(5), input size(2), output size(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (9)
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.
hasLayerHas Layer(3)
- Model
ex:model - Pytorch Model
ex:pytorch-model - Pytorch Model
ex:pytorch-model
contains-layerContains Layer(1)
- Sequential Model
ex:sequential-model
containsLayerContains Layer(1)
- Neural Network Model
ex:neural-network-model
first-layerFirst Layer(1)
- Layer Sequence
ex:layer-sequence
firstLayerFirst Layer(1)
- Layer Sequence
ex:layer-sequence
followsFollows(1)
- Relu Layer
ex:relu-layer
hasMemberHas Member(1)
- Layer Sequence
ex:layer-sequence
Other facts (20)
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 | Linear Layer | [1] |
| Rdf:type | Linear Layer | [2] |
| Rdf:type | Linear Layer | [3] |
| Rdf:type | Linear Layer | [4] |
| Rdf:type | Linear Layer | [5] |
| Input Size | 128 | [1] |
| Input Size | 128 | [3] |
| Output Size | 64 | [1] |
| Output Size | 128 | [3] |
| Connected to | Relu Layer | [4] |
| Connected to | Relu Activation | [5] |
| In Features | 128 | [2] |
| Out Features | 64 | [2] |
| Belongs to | Pytorch Model | [2] |
| Is Part of | Model | [3] |
| Has Input Size | 128 | [4] |
| Has Output Size | 128 | [4] |
| Precedes | Relu Layer | [4] |
| Input Features | 128 | [5] |
| Output Features | 128 | [5] |
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 (5)
ctx:claims/beam/d44e9c4d-c972-419c-8213-b4acc06875e1- full textbeam-chunktext/plain1 KB
doc:beam/d44e9c4d-c972-419c-8213-b4acc06875e1Show excerpt
return token['access_token'] def authorize(token, resource): userinfo = keycloak_openid.userinfo(token) if 'roles' in userinfo and resource in userinfo['roles']: return True return False def rerank_results(model, d…
ctx:claims/beam/e949b3bf-5972-4a2e-ac8c-633577808057ctx:claims/beam/3f0767b1-b662-4a63-8084-d6ad5cd59ba6- full textbeam-chunktext/plain1 KB
doc:beam/3f0767b1-b662-4a63-8084-d6ad5cd59ba6Show excerpt
[Turn 9556] User: I'm experiencing performance issues with my application, and I've noticed that the security memory is capped at 1.5GB. I'm trying to reduce spikes by 15% for 22,000 operations, but I'm not sure how to optimize the memory u…
ctx:claims/beam/ab59c72f-e670-464a-abad-d22f2c0027aa- full textbeam-chunktext/plain1 KB
doc:beam/ab59c72f-e670-464a-abad-d22f2c0027aaShow excerpt
[Turn 9564] User: I'm trying to optimize the memory usage of my application, and I've noticed that the current implementation is not efficient. I'm using Keycloak 22.0.5 for access control, and I've been reading about the different configur…
ctx:claims/beam/a38a0bc2-6ed2-4089-b908-741e1595c678- full textbeam-chunktext/plain1 KB
doc:beam/a38a0bc2-6ed2-4089-b908-741e1595c678Show excerpt
### 6. Use `torch.cuda.empty_cache()` Periodically calling `torch.cuda.empty_cache()` can help free up unused memory on the GPU. ### 7. Use `torch.autograd.profiler` Profiling your code can help identify bottlenecks and areas where memory …
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.