mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 03:09:21 +08:00
6 lines
85 B
Python
6 lines
85 B
Python
import torch
|
|
|
|
# 在100~1000中随机整数
|
|
t4 = torch.FloatTensor(2, 3, 4)
|
|
print(t4)
|