当前位置:   article > 正文

UserWarning 屏蔽_userwarning有影响吗

userwarning有影响吗

有时候总会有userwarning,虽然不是报错不影响程序运行,但是看着烦

UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor).
 

解决方案:

在代码开头:

  1. import warnings
  2. warnings.filterwarnings('ignore')

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/272287
推荐阅读
相关标签
  

闽ICP备14008679号