
错误整理
老三是只猫
坚持不断的学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot...
具体错误:ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.原因:环境中已经存在某个版本的PyYAML,因此简单的pip指令并不能更新或者删除该包。解决方案:忽略已安装的PYYAML包,重新安装。原创 2023-01-10 14:25:46 · 3871 阅读 · 0 评论 -
apple M1安装tensorflow
## 教程 Macbook m1 with conda-forge安装package报错和解决_u012744245的博客-CSDN博客 ## 报错 python - Original error was: dlopen(/Users/ulto4/miniforge3/envs/python386/lib/python3.8/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 2): - Stack Overflowhttp原创 2022-01-12 15:56:54 · 631 阅读 · 0 评论 -
Chrome 错误代码"STATUS_INVALID_IMAGE_HASH"
https://www.pangzhan.net/2925.html原创 2020-04-30 20:25:59 · 5550 阅读 · 0 评论 -
flask_keras tensor Tensor("dense_2/Softmax:0", shape=(?, 192), dtype=float32)
解决方法原创 2020-01-01 10:30:38 · 396 阅读 · 0 评论 -
解决Keras-Yolo v3错误:AttributeError: module 'keras.backend' has no attribute 'control_flow_ops'
解决Keras-Yolo v3错误:AttributeError: module ‘keras.backend’ has no attribute ‘control_flow_ops’原创 2019-12-24 10:26:00 · 1542 阅读 · 0 评论 -
pytorch 使用GPU报错 ->RuntimeError: CUDA out of memory. Tried to allocate 1.50 GiB
参考网址 其实 #loss.backward()原创 2019-10-15 12:04:14 · 7291 阅读 · 4 评论 -
win10-Python3.5-cpu版本caffe配置教程
caffe获取 git clone https://github.com/BVLC/caffe.git cd caffe git checkout windows caffe编译 配置VC++工具集 在VS2017安装路径中查找vcvars64.bat所在目录,参考路径为C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\...原创 2019-10-11 19:47:23 · 844 阅读 · 0 评论 -
ctpn:Run demo.py on windows with cpu successfully!
my environment is: windows10 , python3.6 , tensorflow1.3 , vs2015(ps:vs2013 not support python3.6 when compile) step 1:make some change change "np.int_t " to "np.intp_t" in line 25 of the file lib\ut...原创 2019-09-30 13:34:36 · 238 阅读 · 0 评论 -
关于解决cv2.findContours返回值too many values to unpack (expected 2)的问题
正确答案原创 2019-09-26 19:23:19 · 492 阅读 · 0 评论 -
python3.5 opencv3.4.3使用sift特征出错【解决方案】
sift = cv2.xfeatures2d.SIFT_create() cv2.error: OpenCV(3.4.3) C:\projects\opencv-python\opencv_contrib\modules\xfeatures2d\src\sift.cpp:1207: error: (-213:The function/feature is not implemented) This...原创 2019-09-18 18:10:15 · 791 阅读 · 0 评论