
深度学习
嚣张的叉烧包
一个还没入门SLAM的小菜鸡。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
杀死僵尸进程
杀死僵尸进程原创 2022-08-05 13:02:04 · 290 阅读 · 1 评论 -
SCannet下载
Thank you for your interest in ScanNet. Please use the following script to download the ScanNet data: http://kaldir.vc.in.tum.de/scannet/download-scannet.py.Note that by default this script will download the newest (v2) release of the ScanNet data (s原创 2022-02-09 14:50:48 · 383 阅读 · 0 评论 -
ProxyError: Conda cannot proceed due to an error in your proxy configuration
右键网络---->属性---->左下角的Internet选项---->链接---->局域网设置将所以的对号去掉原创 2021-04-12 22:52:23 · 498 阅读 · 2 评论 -
ubuntu下使用conda出现solving environment失败
更换anaconda的源(注意是anaconda的源,不是ubuntu的源)sudo gedit ./.condarc在出现的空文档中写入channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free - https://mirrors.tuna.tsinghua.edu.cn/anaconda/p.原创 2021-04-15 15:58:54 · 1699 阅读 · 0 评论 -
Ubuntu18.04安装cudnn
下载Cudnncudnn下载版本要与cudn版本相对应。笔者cudn为10.0,则cudnn选7.65。下载地址:https://developer.nvidia.com/rdp/cudnn-archive下载for Linux这个。编译解压后运行以下命令:sudo cp cuda/include/cudnn.h /usr/local/cuda-10.0/includesudo cp cuda/lib64/libcudnn* /usr/local/cuda-10.0/lib64sudo原创 2021-04-14 22:00:03 · 461 阅读 · 2 评论 -
ubuntu18.04安装CUDA10.0
1、更新驱动对于CUDA10.0,要求驱动版本大于410.48,因此首先要更新驱动ubuntu-drivers devices(查看所有驱动)sudo ubuntu-drivers autoinstall(自动安装最适合的驱动)查看驱动版本nvidia-smi2、下载CUDA10.0https://developer.nvidia.com/cuda-toolkit-archive选择10.0版本后,进行如下选择下载这个2.0G的。3、安装将下载的包复制到主目录下运原创 2021-04-14 21:09:56 · 1491 阅读 · 2 评论