We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a77936c commit c135f31Copy full SHA for c135f31
README.md
@@ -44,7 +44,7 @@ TensorSensor augments the message with more information about which operator cau
44
Cause: @ on tensor operand W w/shape (764, 100) and operand X.T w/shape (764, 200)
45
```
46
47
-You can also get the full computation graph for an expression that includes all of these sub result shapes.
+You can also get the full computation graph for an expression that includes all of the sub-expression shapes.
48
49
```python
50
W = torch.rand(size=(2000,2000), dtype=torch.float64)
0 commit comments