工作遇到问题
pingfan2014
人脸识别相关的研发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python:批量删除不需要的标签类以及空文件
转载链接:https://blog.youkuaiyun.com/gusui7202/article/details/82991524 #!/usr/bin/env python2 # -*- coding: utf-8 -*- """ https://blog.youkuaiyun.com/gusui7202/article/details/83239142 qhy。 """ import os impo...转载 2019-11-10 09:42:07 · 917 阅读 · 0 评论 -
解决django+gunicorn在服务器有python2和python3安装gunicorn问题
一般在ubuntu16.04上只有python2 或者python3安装gunicorn,通过 pip install gunicorn 是可以安装成功的。 但是,有时系统有python2 和python3 安装gunicorn 是不会成功的。 通过查阅资料:找到如下解决措施: apt-get remove gunicorn pip uninstall gunicorn ...原创 2018-12-22 15:30:57 · 4720 阅读 · 1 评论 -
使用tensorflow 遇到的问题汇总
1. could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR问题解决方案 对于此问题尝试了许多办法,最终的解决方案是: 执行 :sudo rm -rf ~/.nv/ (一定最后边不要漏掉“/”,否则会提示“.nv”是目录, 另外“~”前边有空格) 参考链接:https://blog.youkuaiyun.com/xianqin...原创 2019-01-24 14:56:51 · 1141 阅读 · 0 评论
分享