会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jaxon
版权所有,转载请注明出处
首页
联系
管理
2024年6月7日
pytorch调用模型输出变量的一个坑-RuntimeError: Trying to backward through the graph a second time (or directly access saved tensors after they have already been freed)
摘要: 目录报错现象解决方法 报错现象 pytorch中在前向传播的outputs = model(input_data)中的outputs,是不能随便复制调用的,例如 无论是直接赋值、还是使用深拷贝,还是使用torch的clone,都会报这个错 _outputs = outputs 或者 _outputs
阅读全文
posted @ 2024-06-07 17:27 JaxonYe
阅读(310)
评论(0)
推荐(0)
编辑
公告