Caffe

  • caffe编译问题-nvcc fatal:Unsupported gpu architecture ‘compute_20’

    错误描述 nvcc fatal : Unsupported gpu architecture ‘compute_20’ Makefile:596: recipe for target ‘.build_release/cuda/src/caffe/solvers/nesterov_solver.o’ failed 原来的Makefile.config # CU…

    Caffe 2023年4月7日
    00
  • caffe编译问题-src/caffe/net.cpp:8:18: fatal error: hdf5.h: No such file or directory compilation terminated.

    错误描述 src/caffe/net.cpp:8:18: fatal error: hdf5.h: No such file or directory compilation terminated. Makefile:583: recipe for target ‘.build_release/src/caffe/net.o’ failed make: **…

    Caffe 2023年4月7日
    00
  • caffe测试mnist问题-error while loading shared libraries

    问题描述 build/examples/mnist/convert_mnist_data.bin: error while loading shared libraries: libcudart.so.9.2: cannot open shared object file: No such file or directory 解决方法 caffe运行时需要调…

    Caffe 2023年4月7日
    00
  • faster-rcnn(testing): ubuntu14.04+caffe+cuda7.5+cudnn5.1.3+opencv3.0+matlabR2014a环境搭建记录

    python版本的faster-rcnn见我的另一篇博客: py-faster-rcnn(running the demo): ubuntu14.04+caffe+cuda7.5+cudnn5.1.3+python2.7环境搭建记录   1. 首先需要配置编译caffe的环境,并降级gcc为4.7.见: ubuntu14.04下安装cudnn5.1.3,op…

    2023年4月7日
    00
  • 基于caffe的mobileNetV2进行分类检测

    face_mask的数据集的制作: 第一:在现有的韵达一期195(/home/xinda/wangman/pilao)服务器使用vidio_keep.py保存检测到的人脸   将保存的图片拷贝到150服务器中  

    Caffe 2023年4月7日
    00
  • ubuntu编译caffe遇到的问题及解决方案

    问题1 /usr/include/boost/python/detail/wrap_python.hpp:50:23: fatal error: pyconfig.h: No such file or directory 解决: export CPLUS_INCLUDE_PATH=/你的anconda路径/include/python2.7 原因:pytho…

    Caffe 2023年4月7日
    00
  • caffe 安装资料整理

    最近在安装caffe,因为过程繁琐,而且不同的作者给出了不同的安装教程,鱼龙混杂,所以做了个简单的整理。 基本安装方法在下面博客上面都有详细介绍,不过不同版本的硬件适配不同版本的软件,所以安装的时候一定要注意。有caffe需求的可以参考下,因为涉及到系统的安装,为了避免格错盘,重要资料一定要些备份好。安装比较繁琐,没有需求的最好暂时不要花精力在这个上面。 主…

    Caffe 2023年4月7日
    00
  • Caffe计算net、layer向前向后传播时间

    在caffe中计算某个model的整个net以及各个layer的向前向后传播时间,可以使用下面的命令格式: ./build/tools/caffe time –model=examples/mnist/mytest/execise1_train_test.prototxt -iterations 100 -gpu 0 其中model指向待测model的pr…

    Caffe 2023年4月7日
    00
  • 如何绘制caffe网络训练曲线

    本系列文章由 @yhl_leo 出品,转载请注明出处。 文章链接: http://blog.csdn.net/yhl_leo/article/details/51774966 当我们设计好网络结构后,在神经网络训练的过程中,迭代输出的log信息中,一般包括,迭代次数,训练损失代价,测试损失代价,测试精度等。本文提供一段示例,简单讲述如何绘制训练曲线(trai…

    Caffe 2023年4月7日
    00
  • Ubuntu16.04+Cuda8.0+1080ti+caffe+免OpenCV3.2.0+faster-rCNN教程

    一、事先声明:1、Ubuntu版本:Ubuntu使用的是16.04。而不是16.04.1或16.04.2,这三个是有区别的。笔者曾有过这样的经历,Git上一个SLAM地图构建程序在Ubuntu14.04.3上可以正常make与工作,而14.04.4却一塌Error。。。 可自己在Google搜索关键字“Ubuntu16.04.1”做“引子”找到历史版本,第一…

    Caffe 2023年4月7日
    00
合作推广
合作推广
分享本页
返回顶部