摘要: 错误原因: 今天尝试使用pycharm中的Django. 使用的是基于python3.5的Django2.0.5. 按照官网教程https://docs.djangoproject.com/en/2.0/intro/tutorial01/执行命令 File "manage.py", line 14 阅读全文
posted @ 2018-05-18 16:37 笨笨coding 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 使用python3运行caffe,报了该错误. 参考网址:https://stackoverflow.com/questions/34295136/importerror-dynamic-module-does-not-define-module-export-function-pyinit-caf 阅读全文
posted @ 2018-05-17 20:43 笨笨coding 阅读(5832) 评论(0) 推荐(0) 编辑
摘要: 这是在python中使用caffe产生的错误. 程序很普通: locate libcudart.so.8.0/usr/local/cuda-8.0/lib64/libcudart.so.8.0/usr/local/cuda-8.0/lib64/libcudart.so.8.0.61 ldconfig 阅读全文
posted @ 2018-05-17 20:26 笨笨coding 阅读(9725) 评论(1) 推荐(0) 编辑
摘要: 最近两周碰到的一个问题是: opencv无法读取qt中的资源文件. 参考网址:https://stackoverflow.com/questions/45233559/qt-creator-read-an-image-from-resources 上面的解释是说,qt中只有使用QFile类,才可以从 阅读全文
posted @ 2018-05-14 13:31 笨笨coding 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 在pycharm中安装很长时间后,还是失败. 在命令行中尝试,使用python3. 命令:python3 -m pip install scipy. 发现下载速度很慢,只有十几k每秒,但scipy包有49M. 解决办法: https://www.cnblogs.com/microman/p/6107 阅读全文
posted @ 2018-04-30 14:07 笨笨coding 阅读(4426) 评论(0) 推荐(1) 编辑
摘要: 在 Prerequisites中的 W: GPG 错误:http://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64 Release: 下列签名无效: BADSIG F60F4B3D7FA2 阅读全文
posted @ 2018-04-26 16:21 笨笨coding 阅读(2769) 评论(0) 推荐(0) 编辑
摘要: 命令:./continue-train.sh 内容:../../caffe-master/build/tools/caffe train -gpu=$1 -solver=solver.prototxt 2>&1 | tee $LOG 错误: I0425 08:26:13.348503 19309 l 阅读全文
posted @ 2018-04-25 09:03 笨笨coding 阅读(994) 评论(0) 推荐(0) 编辑
摘要: 首先是create_list.sh和create_data.sh中的data_dir的路径得修改. 然后是在create_data.sh文件调用$caffe_root下的scripts目录中的create_annoset.py时产生的错误: Traceback (most recent call l 阅读全文
posted @ 2018-04-22 17:34 笨笨coding 阅读(1752) 评论(0) 推荐(0) 编辑
摘要: 1. failed to see hdf5.h https://askubuntu.com/questions/629654/building-caffe-failed-to-see-hdf5-h 2.找不到 -lhdf5_hl, -lhdf5 https://github.com/BVLC/caf 阅读全文
posted @ 2018-04-21 19:51 笨笨coding 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1.首先在vultr网站购买服务器。 然后使用shadowsocksR给服务器配置FQ,再在本地机器配置好shadowsocksR. 参考网址:https://github.com/getlantern/forum/issues/5620 https://github.com/yshunda/Not 阅读全文
posted @ 2018-04-17 09:54 笨笨coding 阅读(9581) 评论(0) 推荐(0) 编辑