Skip to content

Commit af77ece

Browse files
committed
logo
1 parent 488afd6 commit af77ece

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Logo](logo.png)
2+
3+
---
4+
15
# torchplot - Plotting pytorch tensors made easy!
26

37
Ask yourself the following:
@@ -42,8 +46,8 @@ pip install torchplot
4246

4347
## Example
4448

45-
```
46-
# lets make a scatter plot of two pytorch variables
49+
``` python
50+
# lets make a scatter plot of two pytorch variables that are stored on gpu
4751
import torch
4852
import torchplot as plt
4953
x = torch.randn(100, requires_grad=True, device='cuda')

logo.png

245 KB
Loading

0 commit comments

Comments
 (0)