会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
笨笨coding
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2018年5月18日
How to solve SyntaxError on autogenerated manage.py?
摘要: 错误原因: 今天尝试使用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
阅读(704)
评论(0)
推荐(0)
2018年5月17日
ImportError: dynamic module does not define module export function (PyInit__caffe)
摘要: 使用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
阅读(5881)
评论(0)
推荐(0)
ImportError: libcudart.so.8.0: cannot open shared object file: No such file or directory
摘要: 这是在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
阅读(9774)
评论(1)
推荐(0)
2018年5月14日
Qt Creator : Read an image from resources
摘要: 最近两周碰到的一个问题是: opencv无法读取qt中的资源文件. 参考网址:https://stackoverflow.com/questions/45233559/qt-creator-read-an-image-from-resources 上面的解释是说,qt中只有使用QFile类,才可以从
阅读全文
posted @ 2018-05-14 13:31 笨笨coding
阅读(192)
评论(0)
推荐(0)
2018年4月30日
pycharm安装scipy,安装失败
摘要: 在pycharm中安装很长时间后,还是失败. 在命令行中尝试,使用python3. 命令:python3 -m pip install scipy. 发现下载速度很慢,只有十几k每秒,但scipy包有49M. 解决办法: https://www.cnblogs.com/microman/p/6107
阅读全文
posted @ 2018-04-30 14:07 笨笨coding
阅读(4664)
评论(0)
推荐(1)
2018年4月26日
NVIDIA/DIGITS:Building DIGITS
摘要: 在 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
阅读(2783)
评论(0)
推荐(0)
2018年4月25日
训练caffe:registry.count(type) == 0 (1 vs. 0) Solver type Nesterov already registered
摘要: 命令:./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
阅读(1023)
评论(0)
推荐(0)
2018年4月22日
重现ssd遇到的问题
摘要: 首先是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
阅读(1812)
评论(0)
推荐(0)
2018年4月21日
编译caffe遇到的问题
摘要: 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
阅读(309)
评论(0)
推荐(0)
2018年4月17日
android studio 配置网络代理
摘要: 1.首先在vultr网站购买服务器。 然后使用shadowsocksR给服务器配置FQ,再在本地机器配置好shadowsocksR. 参考网址:https://github.com/getlantern/forum/issues/5620 https://github.com/yshunda/Not
阅读全文
posted @ 2018-04-17 09:54 笨笨coding
阅读(9905)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告