Skip to content

Commit c135f31

Browse files
committed
update the readme
1 parent a77936c commit c135f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ TensorSensor augments the message with more information about which operator cau
4444
Cause: @ on tensor operand W w/shape (764, 100) and operand X.T w/shape (764, 200)
4545
```
4646

47-
You can also get the full computation graph for an expression that includes all of these sub result shapes.
47+
You can also get the full computation graph for an expression that includes all of the sub-expression shapes.
4848

4949
```python
5050
W = torch.rand(size=(2000,2000), dtype=torch.float64)

0 commit comments

Comments
 (0)