torchcam热力图使用常见报错

文章讨论了在PyTorch中遇到的两个错误:一是尝试第二次反向传播或在释放张量后访问它们时出现的RuntimeError,解决方案是设置retain_graph=True。二是尝试为不需要梯度的张量注册hook引发的错误。作者修改了cam_example.py脚本来解决这个问题。
摘要由CSDN通过智能技术生成

1、RuntimeError: Trying to backward through the graph a second time (or directly access saved tensors after they have already been freed). Saved intermediate values of the graph are freed when you call .backward() or autograd.grad(). Specify retain_graph=True if you need to backward through the graph a second time or if you need to access saved tensors after calling backward.

对于某个backward或者grad调用了两次,需要仔细检查才能发现。

2、RuntimeError: cannot register a hook on a tensor that doesn’t require gradient

我修改了一下cam_example.py
在这里插入图片描述
https://github.com/frgfm/torch-cam/discussions/132
https://github.com/frgfm/torch-cam/issues/202
https://github.com/frgfm/torch-cam/pull/204/files

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

irrationality

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值