摘要:
源码(source compile) https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-6-0-now-available/72048 阅读全文
摘要:
f=open("log.txt","a") ftmp=sys.stdout sys.stdout=f 上面这条语句后,以后所有的print就会自动打印到log.txt中,不再需要print f, xxx的形势 print ... print ... sys.stdout=ftmp 这条语句后就恢复原 阅读全文
摘要:
Wrong: from . import _tifffile RuntimeError: module compiled against API version 0xa but this version of numpy is 0x9 Solution: sudo apt get purge pyt 阅读全文
摘要:
解决could not find or load the Qt platform plugin windows This application failed to start because it could not find or load the Qt platform plugin "win 阅读全文
摘要:
copy from linuxidc. 一、caffe 创建python 层 因为caffe底层是用c++编写的,所以我们有的时候想要添加某一个最新文献出来的新算法,正常的方法是直接编写c++网络层,然而这个有个前提条件是必须对caffe的底层非常熟悉,c++的编写达到一定的境界,才可灵活应用caf 阅读全文
摘要:
Done. 阅读全文
摘要:
sudo apt get install libasound2 dev 784 tar xvzf ingenic linux kernel3.10.14 x1000 v6.0 20170428.tar.bz2 785 tar xvjf ingenic linux kernel3.10.14 x100 阅读全文
摘要:
1 图形化安装 1.1 安装包的下载与获取 到http://www.qt.io/download open source/ section 7链接下载。这个链接中分类罗列出了不同操作系统下的QT安装包。本人的操作系统是32 位的Linux,故我选择的Qt 5.4.1 for Linux 32 bit 阅读全文
摘要:
If you use centos: try the command below, which can automatically install the requirements for caffe author belong to wangfei@intel. yum install epel 阅读全文
摘要:
1. Linux Linux系统下默认装有python2.7 , python3目前和Scrapy框架不大兼容,功能不全。 pip install scrapy 2. Windows 下载Anaconda软件安装, 打开Anaconda prompt在命令行敲入 pip install scrapy 阅读全文