随笔分类 - Linux
摘要:TF 2.0 for Linux 使用时报错:Loaded runtime CuDNN library: 7.4.1 but source was compiled with: 7.6.0. 解决方法:升级 cuDNN。非 root 用户可以在自己目录下安装 CUDA 和新版本的 cuDNN 来解决这个问题。
阅读全文
摘要:查看 CUDA 和 cuDNN 的版本,安装对应版本的深度学习框架。
阅读全文
摘要:Linux 和 Windows 系统下,查看当前正在执行的 python 进程,以及 GPU 的利用率。
阅读全文
摘要:安装pip时报错:pkg_resources.DistributionNotFound: The 'pip==9.0.1' distribution was not found and is required by the application
阅读全文
摘要:Linux 常用的压缩与解压文件类型:.tar,.gz、.tar.gz,.bz2、.tar.bz2,.Z、.tar.Z,.zip,.rar等。
Linux 常用的压缩与解压缩命令有:tar,gzip、gunzip,bzip2、bunzip2,compress 、uncompress, zip、 unzip,rar、unrar 等。
阅读全文
摘要:常用Linux命令:cd, cp, ls, mkdir, mv, rm, su, uname
阅读全文