支持源码单步调试QT库编译笔记 编译环境:windows 10 编译工具:mingw_4_4_0 Qt源码版本:qt-everywhere-opensource-src-4.8.5(下载地址:http://download.qt.io/archive/qt/4.8/4.8.5/) 1.确定已经安装合适的编译工具,本次编译采用mingw_4_4_0.可以在cmd输入以下命令检测是否已经正确安装. l gcc –version l g++ --version l mingw32-make –v…
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…
来自:http://deeplearning.net/software/theano/tutorial/shape_info.html Debugging Theano: FAQ and Troubleshooting 在计算机程序中会有许多种不同的bug.该页就是来说说FAQ,即问题集的.介绍了一些处理常见问题的方法,并介绍了一些在我们自己的theano代码中,用于查找问题(即使该问题发生在theano内部)的工具: Using DebugMode. 一.将问题独立出来/测试theano的编译…
编译android时,遇到报错:Errors occurred during the build.Errors running builder 'Android Pre Compiler' on project 'XXX' java.lang.NullPointerException 错误原因:工程目录下有很多.svn目录 解决方法: Open properties of project in Eclipse then Resources -> Resource filters. Click t…