XXX received an invalid combination of arguments - got (axis=NoneType, dtype=NoneType

XXX received an invalid combination of arguments - got (axis=NoneType, dtype=NoneType,第1张

XXX received an invalid combination of arguments - got (axis=NoneType, dtype=NoneType

**TypeError: mean() received an invalid combination of arguments - got (axis=NoneType, dtype=NoneType, out=NoneType, ), but expected one of:

  • (*, torch.dtype dtype)
  • (tuple of names dim, bool keepdim, *, torch.dtype dtype)
  • (tuple of ints dim, bool keepdim, , torch.dtype dtype)*

mean()还有可能是min(),sum(),std(),where()等等
上述粗体的错误是torch与numpy之间的区别导致的,将 np.sun()改成torch.sum()即可
按照错误提示修改。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5480654.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-12
下一篇 2022-12-12

发表评论

登录后才能评论

评论列表(0条)

保存