自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 resnet18和resnet50的大致区别

二者除了网络深度的不同,还有就是kernel的选择不一样resnet50:  右侧的卷积核的排序是1*1 ,3*3,1*1res18的kernrel  右侧的kernel  1*1,1*1

2018-12-28 17:31:36 26175 3

转载 caffe使用senet的部分结构,caffe添加Axpy层

转载自链接:https://blog.csdn.net/qq_38451119/article/details/82256095背景:最近做一个场景分类的问题,想用 senet 跑一下,看看效果论文入口:https://arxiv.org/abs/1709.01507代码入口:https://github.com/hujie-frank/SENet问题:从...

2018-12-28 17:19:56 1674

原创 caffe编译报错libcaffe.so: undefined reference to `non-virtual thunk to caffe::BasePrefetchingDataLayer

报错如下:libcaffe.so: undefined reference to `non-virtual thunk to caffe::BasePrefetchingDataLayer<double>::InternalThreadEntry()解决办法:之前使用的命令是:make clean             make  -j   40这个问题的出现...

2018-12-28 11:26:02 2875

原创 .tar和.zip和.7Z的解压命令

1.tar包的解压     tar   -xvf    file.tar    #解压tar的文件命令     tar   -xvf    file.tar   -C     file_new  #解压tar包到指定的文件夹2.zip 的解压缩    zip    -r     file.zip    file_org #压缩打包文件file_org,打包之后的命名为file.zi...

2018-12-26 16:26:03 1496

转载 caffe编译cudnn.hpp:8:34: fatal error: caffe/proto/caffe.pb.h: No such file or directory

报错:cudnn.hpp:8:34: fatal error: caffe/proto/caffe.pb.h: No such file or directory解决方法:参考链接:https://blog.csdn.net/u012759006/article/details/82496237caffe.pb.h丢失问题解决方法: 用protoc从caffe/src/caffe...

2018-12-12 17:54:52 1215 1

原创 caffe编译问题cudnn.hpp:8:34: fatal error: caffe/proto/caffe.pb.h: No such file or directory

报错:fatal error: caffe/proto/caffe.pb.h: No such file or directory 参考链接:https://github.com/NVIDIA/DIGITS/issues/105

2018-12-12 17:53:16 840

原创 caffe.TEST报错Boost.Python.ArgumentError: Python argument types in  Net.__init__(Net, str, str, int)

报错如下:Traceback (most recent call last):  File "get_accuracy_background.py", line 48, in <module>    caffe.TEST)     # use test mode (e.g., don't perform dropout)Boost.Python.ArgumentError: ...

2018-12-12 17:49:34 2890 6

原创 caffe查看protoc和protobuf的版本

查看protoc的版本:protoc --version查看protobuf的版本:conda list

2018-12-12 15:08:22 13521

原创 上采样(Upsampling)与反卷积(Deconvolution)的区别

1.上采样和反卷积是不一样的,大家要注意这一点。可以参考这篇博客:https://blog.csdn.net/qq_27871973/article/details/829730482.对于pad默认为0,自己如果有需要得进行设置。group默认为1.3.对于卷积和反卷积的维度计算公式:参考博客:https://blog.csdn.net/where_is_my_keyboard/arti...

2018-12-03 15:57:53 16783

空空如也

空空如也

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

TA关注的人

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