
Caffe
文章平均质量分 50
jsk_learner
AI+Python + Java;Image Processing,Machine Vision,Deep Learning,Machine Learning。
展开
-
caffe编译错误解决:error while loading shared libraries: libcudnn.so.7,找不到libcudnn.so.7文件
caff编译错误解决,找不到libcudnn.so.7文件问题描述问题解决复制操作创建软链接操作问题描述别人在服务器编译好的caffe,我在利用该caffe进行CNN训练时,报出如下错误:/xxx/caffe-master/build/tools/caffe: error while loading shared libraries: libcudnn.so.7: cannot open...原创 2020-01-06 13:38:35 · 1751 阅读 · 3 评论 -
MobileNet DepthwiseConvolution、ShuffleNet shuffle channel、CenterLoss在Caffe下实现
针对Caffe下特殊操作实现MobileNet-DepthwiseConvolution在Caffe下实现实现步骤源码:depthwise_conv_layer.hppdepthwise_conv_layer.cppdepthwise_conv_layer.cuShuffleNet通道混洗操作(shuffle channel)在Caffe下的实现实现步骤源码shuffle_channel_laye...原创 2019-07-12 22:38:02 · 1558 阅读 · 0 评论