PyTorch에서 tensor를 합치는 2가지 방법이 있는데 cat과 stack이다. ... out = model(data) out_list.append(out) output = torch.stack(out_list).
確定! 回上一頁