TypeError: mean(): argument 'input' (position 1) must be Tensor, not list. 에러가 난다. 해결>. mean = torch.mean(torch.stack(my_list)) ...
確定! 回上一頁