自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 问答 (1)
  • 收藏
  • 关注

原创 conda 命令报错 failed to create process

conda 命令报错failed to create process

2022-07-28 17:04:59 997 1

原创 Densenet可视化中间层的特征

@[Densenet] 1 建立一个全局变量,将特征图放在其中 feature_map = [] 2 构建hook函数 def forward_hook(module, fea_in, fea_out): 3 取出densenet中具体block的具体层 def register_hook(): 4 读取图片 img = Image.open("…/dataset/images/img.png") 5 将图片送进网络 6 中间层特征可在feature_map中取出 完整代码如下: """ DenseNet,

2022-03-15 18:55:47 646 1

原创 PETA 数据集下载

PETA 数据集下载链接

2022-01-05 14:46:30 1458

转载 IDEA 用svn拉取项目报错:Cannot checkout from svn: No appropriate protocol (protocol is disabled or...)

IDEA 用svn拉取项目报错:Cannot checkout from svn: No appropriate protocol (protocol is disabled or …)

2020-08-12 10:16:25 1422

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除