TypeError: mean() received an invalid combination of arguments - got (dim=tuple,keepdim=True,),

使用torch.mean()函数一直报错,后来发现是torch版本的问题。一开始使用的是0.4.1版本,换成了1.7.1版本,就能够正常运行了。

你可能感兴趣的:(python)