cd/sources/tensor-auto-discoveredΒ· homeβ€Ί sourcesβ€Ί Tensor (auto-discovered)
cat /sources/tensor-auto-discovered.feed | wc -l β†’ 2

Tensor (auto-discovered)

articles 2 domain tensor.khalilli.ai β†’ feed RSS
19:05
2026-08-11
tensor.khalilli.ai
machine-learning

The whole of PyTorch on one page

PyTorch 2.11.0's Python-facing layer is a 49 KB stub that loads 235 MB of compiled C++ code, with libtorch_cpu.dylib at 206.5 MB and libtorch_python.dylib at 28.5 MB, according to a technical blog ser…

00:00
2026-08-10
tensor.khalilli.ai
machine-learning

Floating Point

A technical explainer from tensor.khalilli.ai demonstrates that the floating-point arithmetic error causing 0.1 + 0.2 to equal 0.30000000000000004 and training loss to become NaN at step 40,000 stems …