Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
🤦 Stupid typo...
Browse files Browse the repository at this point in the history
Thanks for a reddit user to point out an error in the readme.
  • Loading branch information
rentruewang committed Nov 29, 2021
1 parent 073beec commit 8d31406
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 @@ -97,7 +97,7 @@ You change this line of code:
# Wrap the input tensor.
# If a batch argument is provided, that dimension of the tensor would be treated as the batch.
# In this case, the first dimension (dim=0) is used as batch's dimension.
input = lazy(torch.nn(8, 28, 28), batch=0)
input = lazy(torch.randn(8, 28, 28), batch=0)
```

Done. You will not run out of memory again.
Expand Down

0 comments on commit 8d31406

Please sign in to comment.