Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 793bc66

Browse files
committed
pytorch1.py
1 parent a88006b commit 793bc66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pydata/pytorch1.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import torch
2+
x = torch.rand(5, 3)
3+
print(x)

0 commit comments

Comments
 (0)