hanlin.lu commited on
Commit
9ccb225
·
1 Parent(s): dc33080

add ttt_test.py

Browse files
Files changed (1) hide show
  1. ttt_test.py +3 -0
ttt_test.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import torch
2
+
3
+ print(torch.ones(2,3))