Dontopedia

Tensor Shape

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

Tensor Shape has 11 facts recorded in Dontopedia across 3 references, with 3 live disagreements.

11 facts·6 predicates·3 sources·3 in dispute

Mostly:rdf:type(3), dimensions(3), has dimension(2)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (2)

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.

is-aIs a(1)

modifiesModifies(1)

Other facts (11)

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.

11 facts
PredicateValueRef
Rdf:typeTwo Dimensional Tensor[1]
Rdf:typeTensor Property[2]
Rdf:typeDimension Specification[3]
Dimensions100[2]
Dimensions1000[2]
Dimensions10[2]
Has Dimension100[3]
Has Dimension10[3]
Rows1000[1]
Columns128[1]
Has Dimensions[100, 1000, 10][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.

typebeam/16f65671-d07e-48d2-acab-39f052189088
ex:TwoDimensionalTensor
rowsbeam/16f65671-d07e-48d2-acab-39f052189088
1000
columnsbeam/16f65671-d07e-48d2-acab-39f052189088
128
typebeam/9c95419a-99e1-4237-800b-9b4747989acb
ex:TensorProperty
hasDimensionsbeam/9c95419a-99e1-4237-800b-9b4747989acb
[100, 1000, 10]
dimensionsbeam/9c95419a-99e1-4237-800b-9b4747989acb
100
dimensionsbeam/9c95419a-99e1-4237-800b-9b4747989acb
1000
dimensionsbeam/9c95419a-99e1-4237-800b-9b4747989acb
10
typebeam/c8bce942-9373-4cda-8c1f-b2b9fb02c643
ex:DimensionSpecification
hasDimensionbeam/c8bce942-9373-4cda-8c1f-b2b9fb02c643
100
hasDimensionbeam/c8bce942-9373-4cda-8c1f-b2b9fb02c643
10

References (3)

3 references
  1. ctx:claims/beam/16f65671-d07e-48d2-acab-39f052189088
    • full textbeam-chunk
      text/plain1 KBdoc:beam/16f65671-d07e-48d2-acab-39f052189088
      Show excerpt
      return x # Initialize scorer, optimizer, and loss function scorer = ComplexityScorer() optimizer = optim.Adam(scorer.parameters(), lr=1e-5, weight_decay=1e-5) loss_fn = nn.MSELoss() # Example data inputs = torch.randn(1000, 128) t
  2. ctx:claims/beam/9c95419a-99e1-4237-800b-9b4747989acb
    • full textbeam-chunk
      text/plain1 KBdoc:beam/9c95419a-99e1-4237-800b-9b4747989acb
      Show excerpt
      3. **Device Management**: Explicitly manage the device (CPU/GPU) to ensure the model and data are on the same device. 4. **Gradient Management**: Since you are using the model for scoring, ensure that gradients are disabled to improve perf
  3. ctx:claims/beam/c8bce942-9373-4cda-8c1f-b2b9fb02c643
    • full textbeam-chunk
      text/plain1 KBdoc:beam/c8bce942-9373-4cda-8c1f-b2b9fb02c643
      Show excerpt
      input_data = torch.randn(100, 10).to(device) # Move input data to the same device as the model try: with torch.no_grad(): # Disable gradient calculation scores = model(input_data) print(scores) except Exception as e: p

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.