
报错记录
Dorothy_Xue
这个作者很懒,什么都没留下…
展开
-
Ubuntu系统下文件夹打不开
解决办法:终端输入:killall nautilus原创 2019-10-21 23:27:09 · 1365 阅读 · 0 评论 -
编译caffe make all报错
dp@dp:~/ZX/iccv2019-fmeasure-master/caffe-master$ make all -j8CXX/LD -o .build_release/tools/upgrade_net_proto_binary.binCXX/LD -o .build_release/tools/compute_image_mean.binCXX/LD -o .build_relea...原创 2019-08-28 12:19:29 · 1279 阅读 · 0 评论 -
报错:Command "python setup.py egg_info" failed with error code 1 in ******
安装pydensecrf时报错:(venv) dorothy@dorothy-MS-7A94:~/project/venv/bin$ pip install pydensecrfCollecting pydensecrf Using cached https://files.pythonhosted.org/packages/31/5a/1c2ab48e8019d282c128bc5c...原创 2019-08-20 19:06:28 · 717 阅读 · 0 评论 -
TypeError: softmax() got an unexpected keyword argument 'axis'
用keras搭建模型报错:TypeError: softmax() got an unexpected keyword argument 'axis'解决:keras 2.1.6的softmax没有axis这个参数,所以降低keras版本就可以了。例如降到2.1.0就可以。...原创 2019-03-12 15:42:22 · 271 阅读 · 0 评论 -
报错:caffe-master/matlab/+caffe/private/caffe_.mexa64: undefined symbol:
用matlab执行.m文件时报错:Invalid MEX-file '/home/dorothy/environment/caffe-master/matlab/+caffe/private/caffe_.mexa64': /home/dorothy/environment/caffe-master/matlab/+caffe/private/caffe_.mexa64: undefin...原创 2019-03-04 20:26:30 · 522 阅读 · 0 评论 -
未定义变量 "caffe" 或类 "caffe.set_mode_cpu"。
Ubuntu+MATLAB+caffe,运行时报错:>> init未定义变量 "caffe" 或类 "caffe.set_mode_cpu"。出错 init (line 11) caffe.set_mode_cpu();解决:打开主页栏中的“设置路径” 添加文件夹 找到安装的caffe,选择../caffe-master/matlab,打开 保存...原创 2019-02-28 14:27:00 · 2640 阅读 · 0 评论 -
caffe安装:./include/caffe/util/device_alternate.hpp:34:23: fatal error: cublas_v2.h: 没有那个文件或目录
出现问题:dorothy@dorothy-MS-7A94:~/enviroment/caffe-master$ make all -j8PROTOC src/caffe/proto/caffe.protoCXX src/caffe/layer.cppCXX src/caffe/solver.cppCXX src/caffe/data_reader.cppCXX src/caffe/...原创 2019-02-28 12:59:42 · 2736 阅读 · 0 评论 -
ImportError: cannot import name 'imread'
from scipy.misc import imread, imsave, imresize报错:ImportError: cannot import name 'imread'解决:install Pillow安装Pillow原创 2019-01-16 16:02:24 · 1281 阅读 · 0 评论 -
ImportError:libcublas.so.9.0: cannot open shared object file
问题:tensorflow-gpu和cuda版本不匹配,tensorflow-gpu版本1.5,cuda8.0解决:把tensorflow-gpu版本降低一点就好了原创 2019-01-13 23:49:24 · 309 阅读 · 0 评论 -
ImportError: libcudnn.so.5: cannot open shared object file: No such file or directory
出现这个问题,最好去看看cudnn版本是不是符合代码环境的要求一般改改就好了。可参考:https://blog.youkuaiyun.com/Dorothy_Xue/article/details/82468923中关于cudnn安装的部分进行修改。...原创 2018-12-07 23:43:19 · 355 阅读 · 0 评论 -
安装pycocotools时报错
安装pycocotools:下载好安装包到本地(链接:https://github.com/cocodataset/cocoapi),进入cocoapi-master/PythonAPI/文件夹下执行make编译:$ cd cocoapi-master/$ cd PythonAPI/$ make报错:python setup.py build_ext --inplacer...原创 2018-11-23 13:37:01 · 4985 阅读 · 0 评论 -
修改M-RCNN,运行时报错
根据自身需要,修改M-RCNN,运行时报过下面的错:【终端】double free or corruption (!prev): 0x00007f1b64510f00 ***【终端】corrupted size vs.prev_size: XXXXXXXXXX(就是内存溢出)【pycharm】process finished with exit code 134 (interrupte...原创 2018-11-24 23:01:49 · 1396 阅读 · 0 评论 -
ImportError: No module named '_tkinter', please install the python3-tk package
解决:进入项目所在的虚拟环境中,安装python3-tk包cd /home/dorothy/ZX/myproject/p3/binsource ./active #进入虚拟环境sudo apt-get install python3-tk原创 2018-11-13 21:33:30 · 194 阅读 · 0 评论 -
将jupyter的内容转写进pycharm时%matplotlib inline报错
解决:将%matplotlib inline注释掉就好了%matplotlib inline是ipynb调用画板的申明,可删原创 2018-11-13 21:37:09 · 1216 阅读 · 0 评论 -
用virtualenv创建一个独立的Python运行环境时报错
dorothy@dorothy-XPS-8700:~/桌面/myproject$ virtualenv --no-site-packages p1New python executable in /home/dorothy/桌面/myproject/p1/bin/pythonTraceback (most recent call last): File "<string>",...原创 2018-09-21 17:05:39 · 811 阅读 · 0 评论 -
pip报错记录
1. 报错:(p1) dorothy@dorothy-XPS-8700:~$ pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.1.0-cp27-none-linux_x86_64.whlCollecting tensorflow-gpu==1.1.0 fro...原创 2018-09-21 19:04:56 · 868 阅读 · 0 评论 -
cmake报错记录
1. error: readline/readline.h: 没有那个文件或目录解决:(缺少依赖库)sudo apt-get install libreadline-dev待续原创 2018-09-27 17:42:43 · 287 阅读 · 0 评论