会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Picassooo
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
35
36
37
38
39
40
41
42
43
···
72
下一页
2021年5月25日
自监督-对比学习资料
摘要: 一文梳理无监督对比学习(MoCo/SimCLR/SwAV/BYOL/SimSiam)(微信推文) 自监督学习(Self-Supervised Learning) 2018-2020年发展综述 (微信推文) 对比学习(Contrastive Learning)综述(知乎) 综述文献: 2020TPAM
阅读全文
posted @ 2021-05-25 21:20 Picassooo
阅读(585)
评论(0)
推荐(0)
2021年5月23日
转:非极大值抑制(Non-Maximum Suppression,NMS)
摘要: 非极大值抑制(Non-Maximum Suppression,NMS) 单类别NMS的numpy实现 def py_cpu_nms(dets, thresh): """Pure Python NMS baseline.""" #x1、y1、x2、y2、以及score赋值 x1 = dets[:, 0
阅读全文
posted @ 2021-05-23 16:01 Picassooo
阅读(111)
评论(0)
推荐(0)
2021年5月11日
转:Zero-shot Learning / One-shot Learning / Few-shot Learning
摘要: Zero-shot Learning / One-shot Learning / Few-shot Learning
阅读全文
posted @ 2021-05-11 09:14 Picassooo
阅读(53)
评论(0)
推荐(0)
2021年5月10日
转:top1错误率、top5正确率
摘要: top1错误率、top5正确率
阅读全文
posted @ 2021-05-10 19:04 Picassooo
阅读(176)
评论(0)
推荐(0)
2021年4月26日
转:如何理解Inductive bias?
摘要: 归纳偏置 如何理解Inductive bias?
阅读全文
posted @ 2021-04-26 10:51 Picassooo
阅读(188)
评论(0)
推荐(0)
2021年4月23日
台式机更新后没有声音了怎么办,Realtek音频管理器
摘要: 台式机安装了一些默认更新后,发现插入耳机没有声音了,不管是前面的耳机孔还是后面的耳机孔,都没有声音。 捣鼓了一阵,解决了这个问题,下面记录一下。 1. 打开控制面板,找到Realtek音频管理器 2. 弹出如下界面,点击设置,再点击选项 3. 把HD音频前面板取消勾,改为在AC97前面板打钩,点击确
阅读全文
posted @ 2021-04-23 16:29 Picassooo
阅读(975)
评论(0)
推荐(0)
2021年4月21日
转:Attention in RNN
摘要: Attention in RNN
阅读全文
posted @ 2021-04-21 20:32 Picassooo
阅读(45)
评论(0)
推荐(0)
Transformer相关资料
摘要: 微信视频讲解(1) (推荐) 微信视频讲解(2) (推荐) Transformer 详解 (有详细的原理以及pytorch代码实现讲解,推荐) 李宏毅哔哩哔哩视频讲解 Vision Transformer 超详细解读 (原理分析+代码解读) (一) (推荐) 举个例子讲下transformer的输入
阅读全文
posted @ 2021-04-21 20:31 Picassooo
阅读(107)
评论(0)
推荐(0)
2021年4月3日
模型蒸馏,蒸馏损失函数实现,蒸馏方法介绍
摘要: 1. 蒸馏损失函数代码实现 摘自:知识蒸馏loss求解方法 - tangjunjun - 博客园 (cnblogs.com) import torch import torch.nn as nn import numpy as np loss_f = nn.KLDivLoss() # 生成网络输出
阅读全文
posted @ 2021-04-03 19:44 Picassooo
阅读(1098)
评论(0)
推荐(0)
2021年3月30日
转:pytorch 中forward 的用法与解释说明
摘要: pytorch 中forward 的用法与解释说明 另外,关于__call__()方法,可参考:Python __call__()方法
阅读全文
posted @ 2021-03-30 15:32 Picassooo
阅读(405)
评论(0)
推荐(0)
上一页
1
···
35
36
37
38
39
40
41
42
43
···
72
下一页
公告