源代码:
报错:
TypeError: cat(): argument 'tensors' (position 1) must be tuple of Tensors, not Tensor
解决方案:
出错原因是传入参数不对,传入参数应该为列表
源代码:
报错:
TypeError: cat(): argument 'tensors' (position 1) must be tuple of Tensors, not Tensor
解决方案:
出错原因是传入参数不对,传入参数应该为列表
本文标题:2018-11-20 TypeError: cat(): arg
本文链接:https://www.haomeiwen.com/subject/lsqxqqtx.html
网友评论