会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
恰逢其时40
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
pytorch
pytorch 求导
摘要:import torch a = torch.ones([3, 4],requires_grad=True) b = 3 c = a * b c.backward(torch.ones_like(c)) print(a.grad)
阅读全文
posted @
2025-02-06 22:18
恰逢其时40
阅读(25)
评论(0)
推荐(0)
pytorch2.0.1 编译
摘要:conda create -n xxx git clone --recursive https://github.com/pytorch/pytorch.git -b v2.5.1 (如果ssh需要秘钥) git submodule sync git submodule update --init
阅读全文
posted @
2025-01-19 13:59
恰逢其时40
阅读(132)
评论(0)
推荐(0)
公告