(no title)
kukanani | 4 months ago
It makes tricky functions like torch.gather and torch.scatter more intuitive by showing element-level relationships between inputs and outputs.
For any function, you can click elements in the result to see where they came from, or elements in the inputs to see how they contribute to the result to see exactly how it contributes to the result. I found that visually tracing tensor operations clarifies indexing, slicing, and broadcasting in ways reading that the docs can't.
You can also jump straight to WhyTorch from the PyTorch docs pages by modifying the base URL directly.
I launched a week or two back and now have the top post of all time on r/pytorch, which has been pretty fun.
olooney|4 months ago
https://whytorch.org/torch.mul/
kukanani|4 months ago
torch.matmul was one of the first functions I implemented on WhyTorch and it uses and highlights rows and columns as you would expect.
I’d love to hear any feedback or outcomes from your training session, please feel free to reach out - email in profile.
lackoftactics|4 months ago