Ubuntu 当初同时按照了 cuda9.0 和 cuda10.0,但因为是安装的是双系统windows10 + Ubuntu16.04,在C盘分割了 40G个给Ubuntu,安装2个cuda太过占存储空间,/dev/sda6 use%已经到90%多,需要删除一个多余的cuda10.0.

wu@wu-X555LF:~$cd /usr/local/cuda/bin

wu@wu-X555LF:/usr/local/cuda-10.0/bin$sudo uninstall_cuda_10.0.pl

sudo: uninstall_cuda_10.0.pl: command not found

在/usr/local/cuda/bin 目录下,有cuda 自带的卸载工具uninstall_cuda_10.0.pl

cd /usr/local/cuda/bin

sudo ./uninstall_cuda_10.0.pl

删除完cuda10.0,通过df -h查挂载情况:

wu@wu-X555LF:/usr/local/cuda-10.0/bin$ df -h

Filesystem      Size  Used Avail Use% Mounted on

udev            5.8G     0  5.8G   0% /dev

tmpfs           1.2G  9.4M  1.2G   1% /run

/dev/sda6        19G   14G  4.3G  76% /

tmpfs           5.9G   37M  5.8G   1% /dev/shm

tmpfs           5.0M  4.0K  5.0M   1% /run/lock

tmpfs           5.9G     0  5.9G   0% /sys/fs/cgroup

/dev/sda8       9.1G  5.8G  2.9G  68% /home

/dev/sdb1       256M   31M  226M  12% /boot/efi

tmpfs           1.2G   80K  1.2G   1% /run/user/1000

/dev/sda2       100G   77G   23G  78% /media/wu/22FC52F5FC52C329

执行情况,Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA,还是出现问题:

wu@wu-X555LF:~/YOLOv3_TensorFlow-master$ python test_single_image.py ./data/demo_data/messi.jpg

2019-07-20 22:55:38.464088: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

2019-07-20 22:55:38.587955: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:898] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero

2019-07-20 22:55:38.588425: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1212] Found device 0 with properties:

name: GeForce 930M major: 5 minor: 0 memoryClockRate(GHz): 0.941

pciBusID: 0000:04:00.0

totalMemory: 1.96GiB freeMemory: 1.82GiB

2019-07-20 22:55:38.588448: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1312] Adding visible gpu devices: 0

2019-07-20 22:55:40.336327: I tensorflow/core/common_runtime/gpu/gpu_device.cc:993] Creating TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1588 MB memory) -> physical GPU (device: 0, name: GeForce 930M, pci bus id: 0000:04:00.0, compute capability: 5.0)

2019-07-20 22:55:50.530431: E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7500 (compatibility version 7500) but source was compiled with 7004 (compatibility version 7000).  If using a binary install, upgrade your CuDNN library to match.  If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.

2019-07-20 22:55:50.531361: F tensorflow/core/kernels/conv_ops.cc:717] Check failed: stream->parent()->GetConvolveAlgorithms( conv_parameters.ShouldIncludeWinogradNonfusedAlgo(), &algorithms)

linux卸载cuda10.0,Ubuntu卸载cuda10.0相关推荐

  1. linux卸载cuda10.0,Ubuntu下安装CUDA10.0以及问题

    tensorflow版本与cuda和cudnn的对应关系: 安装一定要查看CUDA要求的linux下的Driver Version,链接网址如下: 在附加驱动中有本机所用的显卡驱动. 提示Incomp ...

  2. linux终端安装cuda,Ubuntu下安装CUDA10.0以及问题

    tensorflow版本与cuda和cudnn的对应关系:https://tensorflow.google.cn/install/source 安装一定要查看CUDA要求的linux下的Driver ...

  3. Win10卸载cuda10.0,重装cuda11.0

    1.打开应用和功能,带有当前cuda版本号的都卸载,我的卸载圈住的5个就好. 2.删除原有的环境变量 3.重新安装CUDA11.0 关于版本对应问题和软件网址参考: 3.1 自定义安装 3.2 如果没 ...

  4. Ubuntu安装cuda10+cudnn7.5+Tensorflow2.0

    Ubuntu安装cuda10+cudnn7.5+Tensorflow2.0 本文地址:https://blog.csdn.net/qq_31456593/article/details/9017070 ...

  5. Ubuntu16.04安装NVIDIA显卡(RTX20系列)驱动+CUDA10.0+cudnn+Pytorch1.1.0

    Ubuntu16.04,GPU: Geforce RTX 2070-Super(本博客是显卡驱动和cuda分开安装的教程). 1. Ubuntu16.04安装NVIDIA显卡驱动 1. 下载显卡驱动. ...

  6. win10安装cuda10.2+tensorflow-GPU 1.14.0

    一.问题提出 之前写好的代码都是基于tensorflow 1.14.0的,在自己笔记本上跑太慢了,所以搬到服务器去跑.但是一个很现实的问题就是服务器的CUDA是10.2的,因为服务器有很多人在用,其他 ...

  7. linux指定内核版本升级,Ubuntu 14.0 升级内核到指定版本

    1.卸载现有内核 sudo apt purge linux-headers-* linux-headers-*-generic linux-image-*-generic linux-image-ex ...

  8. ubuntu16.04+cuda10.1安装opencv-3.3.0

    目录 1.系统环境 2.安装一些基础命令 2.1更新包 2.2安装依赖项 3.下载OpenCV 和 OpenCV_contrib 源码包 3.1下载地址 3.2解压并移动opencv_contrib- ...

  9. 卸载vuecli3_卸载vue2.0并升级vue_cli3.0的实例讲解

    今天来学习vue3.0,之前使用的是vue2.0现在用3.0的话你可以升级,也可以卸载再重装.我这里就是卸载重装啦. 第一步我们卸载全局的vue2.0 .你需要先通过 npm uninstall vu ...

最新文章

  1. 华为《5G业务商业价值评估》白皮书!
  2. Jenkins+Maven+SVN快速搭建持续集成环境
  3. 开源的关系型数据持久化组件
  4. 映射date类型_SQLALchemy常见数据类型
  5. 接口请求json解析问题
  6. Elastic-Job项目启动后,控制台一直报Cron表达式有误且Cron表达式与当前配置的表达式不一样
  7. linux安装gcc等程序包,Linux手动安装gcc-8.3.0
  8. delphi2010安装
  9. QImage图片裁剪
  10. linux启动盘无法格式化u盘启动盘,U盘做了启动盘后无法格式化怎么办实测解决...
  11. 最全的CDR抠图教程
  12. 曾经爱过就是彼此的慈悲
  13. 梦殇 chapter one
  14. c语言不用死等的延时函数,matlab延时函数怎么写
  15. PCL库学习笔记——使用变换矩阵变换点云
  16. 利用Html完成一张课程表的网页
  17. 露曦科技在 KIBIDANGO 众筹达成率406%,1600万日元成就VR黑科技
  18. 对比学习sass和stylus的常用功能
  19. 视频剪辑必看,6个免费的音、视频素材网站
  20. java随机抓取网站上的图片_抓取一个网站特定的全部图片(JAVA)

热门文章

  1. 分布式id php,PHP生成类MongoId的分布式主键
  2. 你知道哪些出身最奇特的程序员?
  3. Markdown 更改字体颜色
  4. MySQL语句—DDL语句
  5. mysql connector j_MySQL Connector/J
  6. python中columns是什么意思_Python Pandas DataFrame.columns用法及代码示例
  7. 几种开源分词工具的比较
  8. string字符串输入
  9. 论文 Simultaneously Self-Attending to All Mentions for Full-Abstract Biological Relation Extraction
  10. echarts实现中国地图各省背景根据数值大小变化的方法