import torch batch_size, N, K = 3, 10, ... for data in datas: out = model(data) out_list.append(out) output = torch.stack(out_list). 좋아요5.
確定! 回上一頁