import torch empty = torch.empty(2, 3) # Returns a tensor filled with uninitialized data. print(empty) # 每一次跑的结果都不一样# ...
確定! 回上一頁