会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
私人空间
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
21
22
23
24
25
26
27
28
29
···
50
下一页
2022年10月
希腊字母的正确读法
摘要: https://baike.baidu.com/item/%E2%88%8F/8402025?fr=aladdin 希腊字母的正确读法是什么? 1 Α α alpha a:lf 阿尔法 2 Β β beta bet 贝塔 3 Γ γ gamma ga:m 伽马 4 Δ δ delta delt 德尔
阅读全文
posted @ 2022-10-10 10:09 小kk_p
阅读(2046)
评论(0)
推荐(0)
2022年9月
度量学习的几个损失函数的详细解释
摘要: https://www.likecs.com/show-204959889.html
阅读全文
posted @ 2022-09-29 10:47 小kk_p
阅读(35)
评论(0)
推荐(0)
docker安装centos8.4最新系统
摘要: https://www.bilibili.com/read/cv16484446 1、拉取centos镜像并启动我们的主要目的是创建一个centos系统,然后可以在任何地方远程ssh登陆它,这样就可以把docker出的这台centos当做服务器使用了。# 查看centos有哪些镜像docker se
阅读全文
posted @ 2022-09-27 17:33 小kk_p
阅读(1062)
评论(0)
推荐(0)
CUDA编程入门极简教程
摘要: https://zhuanlan.zhihu.com/p/34587739
阅读全文
posted @ 2022-09-26 17:58 小kk_p
阅读(35)
评论(0)
推荐(0)
VAE生成模型
摘要: https://blog.csdn.net/kittyzc/article/details/124682802
阅读全文
posted @ 2022-09-01 17:04 小kk_p
阅读(38)
评论(0)
推荐(0)
2022年8月
使用PyTorch冻结模型参数的方法
摘要: https://blog.csdn.net/TracelessLe/article/details/115579791
阅读全文
posted @ 2022-08-25 15:06 小kk_p
阅读(45)
评论(0)
推荐(0)
C++11:原子交换函数compare_exchange_weak和compare_exchange_strong
摘要: https://blog.csdn.net/feikudai8460/article/details/107035480/
阅读全文
posted @ 2022-08-22 22:33 小kk_p
阅读(119)
评论(0)
推荐(0)
ResNet王者归来:ImageNet上刷新到80.7!
摘要: https://jishuin.proginn.com/p/763bfbd6d2b0
阅读全文
posted @ 2022-08-19 11:05 小kk_p
阅读(31)
评论(0)
推荐(0)
加载预训练模型修改类别数与不修改类别数
摘要: #不修改类别数checkpoint = torch.load("./save_model_other/best_model_pre.pth") print(checkpoint.state_dict().keys()) model.load_state_dict(checkpoint.state_d
阅读全文
posted @ 2022-08-16 15:19 小kk_p
阅读(265)
评论(0)
推荐(0)
pytorch 单卡加载多卡模型module
摘要: ''' 实际上就是字典的操作,那么字典的操作,哪些层不要,打印出层的名字就可以了,例如 模型参数的某些层的权重不要,那么重构一个字典参数就可以了,for k in torch.load("**.pth').keys(): 打印出来按照名字删除 键值对, 所以字典的pop删除操作也是可以的, 多卡训练
阅读全文
posted @ 2022-08-08 13:42 小kk_p
阅读(365)
评论(0)
推荐(0)
上一页
1
···
21
22
23
24
25
26
27
28
29
···
50
下一页
公告