当遇到“ImportError:No module named google.protobuf.internal”(import enum_type_wrapper)的问题时候 solution: PS:在添加环境变量注意一些细节: export PYTHONPATH=${HOME}/caffe/python:$PYTHONPATH export MATLABPATH=${HOME}/caffe/matlab:$MATLABPATH export LD_LIBRARY_PATH=${HOME}/…
在Windows上用了一个学期的caffe了.深感各种不便,于是乎这几天在ubuntu上配置了caffe和它的python接口,现在记录配置过程,亲测可用: 环境:ubuntu16.04 , caffe , ipython notebook 参考博客(Ipython notebook安装):http://blog.csdn.net/duxu24/article/details/52353555 参考博客(caffe安装):http://blog.csdn.net/u010417185/artic…
Caffe+CUDA7.5+CuDNNv3+OpenCV3.0+Ubuntu14.04  配置参考文献 ---- Wang Xiao Warning: Please make sure the cuda is installed correctly, before you reboot your PC, or  you may stucked and can not open your system. Check in your terminal: nvidia-smi If it shown…
Caffe + CUDA8.0 + CuDNNv5.1 + OpenCV3.1 + Ubuntu14.04  配置参考文献 ---- Wang Xiao  Anhui University  CVPR Group   2017-05-27 Warning: Please make sure the cuda is installed correctly, before you reboot your PC, or  you may stucked and can not open your sy…
安装32位程序运行支持 sudo apt-get install lib32stdc++6 lib32z1 lib32ncurses5 lib32bz2-1.0 可能报错: lib32stdc++6 : 依赖: lib32gcc1 (>= 1:4.1.1) 但是它将不会被安装 E: 无法修正错误 解决方案: sudo aptitude -f install lib32stdc++6 若没有aptitude需先安装该软件 在提示中第一处选n, 第二处选y, 如下: edu@edu:/opt/gcc…
ubuntu14.04 配置网络的练习 本文参考的资料: https://blog.csdn.net/liu782726344/article/details/52912797. 感谢作者的分享! 打开配置文件进行修改: sudo vim /etc/network/interfaces 看到配置文件的内容是: # The loopback network interface auto lo iface lo inet loopback # The primary network interfac…
Ubuntu下的文档编辑虽然有libreoffice,但对中文和公式的排版始终不如ms office,因此要想写出高质量的文档,只能靠latex了,现在随着xeCjk的开发,中文文档在ubuntu下的排版已经非常棒了,已经足够支持和成熟,其组合是:texlive2014+texmaker+lyx+中文字体,这样在ubuntu下就可以开发出完美的中文文档了. 转入正题,以下的方法在3台电脑上成功安装(在64位系统上安装): 1.首先安装texlive2014,不推荐用官方源sudo apt-get…
Github项目地址:https://github.com/MiChongGET/face_collection 环境搭建 1.  环境 ubuntu14.04 LTS python2.7 pip   注:ubuntu14.04自带python2.7.6和python3.4,因此不再重新安装python.我这里使用python2.7,但需要更新一下python 2.7至python2.x 命令如下: sudo add-apt-repository ppa:fkrull/deadsnakes-py…
总所周知,ASP.NET是微软公司的一项技术,是一个网站服务端开发的一种技术,它可以在通过HTTP请求文档时再在Web服务器上动态创建它们,就是所谓动态网站开发,它依赖运行于 IIS 之中的程序 .但是从成本上面来讲,Linux(开源)系统的花费比Windows Server系列少得多.因此,更多的企业愿意采用Linux作为服务器系统.由于ASP.NET依赖于IIS,导致有部分创业型公司在技术选型上会将ASP.NET筛选掉.我们伟大的程序猿,为了能让ASP.NET运行在Linux系统上,Mono…
ubuntu14.04自带中文输入法,只要配置就可以了. 1.安装中文支持 System Settings -->  Language Support 点击 install/remove languages, 安装 chinese(simplified) 2.选择输入法框架 在同一个页面选择 Keyboard input method system "IBUS" 3.配置拼音输入法 System Settings --> Text Entry 点击"+"…