会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小黑哈哈
博客园
首页
新随笔
新文章
联系
管理
订阅
2023年2月10日
python报错 Warning: masked_scatter_ received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead.
摘要: 今天跑代码的时候一直报这个错 虽然不影响结果,但是很影响调试代码。 最终发现是在求loss的时候将mask设置成了ByteTensor,而报错提示用bool类型,于是改成BoolTensor之后程序正常运行。
阅读全文
posted @ 2023-02-10 10:26 小黑哈哈
阅读(221)
评论(0)
推荐(0)
编辑
公告