Skip to content

Commit

Permalink
update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Dec 11, 2021
1 parent a77936c commit c135f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TensorSensor augments the message with more information about which operator cau
Cause: @ on tensor operand W w/shape (764, 100) and operand X.T w/shape (764, 200)
```

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.

```python
W = torch.rand(size=(2000,2000), dtype=torch.float64)
Expand Down

0 comments on commit c135f31

Please sign in to comment.