自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

原创 NX的pytorch下载地址

PyTorch for Jetson - Announcements - NVIDIA Developer Forums

2024-01-12 10:09:56 377 1

原创 ubuntu22.04安装nvidia-smi驱动

前几天组了台新电脑装ubuntu系统跑深度学习,nvidia的驱动是出了名的麻烦。忙活了一天还重装了几次系统终于搞定了。下面是我总结出来的安装方法给大家参考参考。

2024-01-12 10:09:27 595

原创 colmap安装成功记录

把anaconda3改名anaconda3.bak。

2023-09-12 10:58:12 53

原创 qt官网下载链接

https://download.qt.io/archive/qt/5.9/5.9.1/qt-opensource-windows-x86-5.9.1.exe

2023-02-06 13:39:41 177

原创 当出现莫名奇妙的waring解决方法

import warningswarnings.filterwarnings('ignore')

2022-02-22 14:38:48 139

原创 pytorch以往版本

https://pytorch.org/get-started/previous-versions/

2022-02-18 19:23:27 477

原创 杀灭终端下train.py函数进程

先打开终端 输入nvidia-smi 指令查看有哪些进程在运行如下图所示如图所示,图中Process name代表了进程名字 我们根据进程名找到对应的PID号输入 kill -9 PID号 例如 第一个进程的PID号是1084 我们输入 kill -9 1084...

2022-02-16 15:13:18 392

原创 实时监测nvidia-smi

watch -n 0.5 nvidia-smi每隔0.5秒刷新一下nvidia-smi界面,如下图所示

2022-02-16 15:08:07 1252

原创 ubuntu仓库镜像版本选择链接

LUG's repo file generatorMirrorshttps://mirrors.ustc.edu.cn/repogen/

2022-01-06 20:33:07 408

原创 https://mirrors.ustc.edu.cn/repogen/

LUG's repo file generatorMirrorshttps://mirrors.ustc.edu.cn/repogen/

2022-01-06 20:22:23 848

原创 mmcv官网往期版本以及配套cuda和pytorch版本

网址https://mmcv.readthedocs.io/en/latest/get_started/previous_versions.htmlhttps://mmcv.readthedocs.io/en/latest/get_started/previous_versions.html

2021-12-21 17:31:46 7301

原创 cuda以往的版本网址

下载地址:CUDA Toolkit Archive | NVIDIA DeveloperPrevious releases of the CUDA Toolkit, GPU Computing SDK, documentation and developer drivers can be found using the links below. Please select the release you want from the list below, and be sure to check www

2021-12-21 11:40:35 194

原创 CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://mirrors.tuna.tsinghua.edu.cn/anaconda/pk

关于conda install cython 下载时候出的问题,可以解决conda库中安装包下载的问题,需要更换下载源。

2021-12-20 16:19:20 1430

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除