
深度学习
文章平均质量分 93
吴雨年
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【python】PIL模块的安装(数字识别用到的图像处理包)
python 安装PIL (Python Imaging Library ) 提示 Could not find a version that satisfies the requirement PIL (from versions: ) No matching distribution found for PIL 开始用sudo pip install PIL 总是...转载 2018-12-20 20:54:34 · 580 阅读 · 0 评论 -
【深度学习】pycharm使用tensorflow-gpu版本出现的坑
错误1在ubuntu18.04 环境安装pycharm,当创建项目的时候(或配置解释器的时候)报错如下:pycharm ModuleNotFoundError: No module named 'distutils.core'ubuntu18.04 默认没有安装 pip ,需要安装 python-pip,即可解决sudo apt-get install python-pip...原创 2018-12-19 00:16:03 · 2775 阅读 · 0 评论 -
【ubuntu】【tensorflow】ubuntu18.04下GeForce940显卡tensorflow gpu版本环境搭建
环境:ubuntu18.04,GeForce940M1.安装显卡驱动 检查自己电脑的gpu是否CUDA-capablelspci | grep -i nvidia输出:NVIDIA Corporation GM108M [GeForce 940M] (rev a2) 禁用nouveau并重启lsmod | grep nouveau如果有输出说明nouv...原创 2018-12-07 16:01:39 · 962 阅读 · 0 评论