import pytorch >>> input = torch.randn(2,5) ... input = torch.randn(2,5) >>> lt = [] >>> for t in input: lt.append(t) >>> lt [tensor([ ...
確定! 回上一頁