解决RuntimeError: input is not contiguous问题. 标签:Pytorch, dl. 出现了这个问题是因为tensor在内存中地址不是连续的,因而需要调用.contiguous()方法使得变为 ...
確定! 回上一頁