hanlin.lu
commited on
Commit
·
9ccb225
1
Parent(s):
dc33080
add ttt_test.py
Browse files- ttt_test.py +3 -0
ttt_test.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import torch
|
2 |
+
|
3 |
+
print(torch.ones(2,3))
|