import torch · import numpy as np · t1=torch.tensor([1,2]) · t2=torch.tensor([3,4]) · t3=torch.tensor([5,6]) · list_test=[t1,t2,t3] #a list of tensor · all_list= ...
確定! 回上一頁