自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

炼丹药师

一心一意的码字 ···

  • 博客(4)
  • 收藏
  • 关注

原创 30系列显卡 yolov5 配置

上文配置 显卡驱动以及cudahttps://blog.csdn.net/onexk/article/details/115110978pytorch版本:1.7.1pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html

2021-03-23 11:39:37 1841 1

原创 ubuntu 18.04 30系列显卡+ cuda11.1+cudnn 8.0.5

因为我需要使用30系列显卡 去运行yolov5 以下是版本信息显卡驱动:460cuda:11.1cudnn:8.0.5下载相应的显卡驱动下载网址 https://www.nvidia.cn/Download/index.aspx?lang=cn下载依赖sudo dpkg --add-architecture i386sudo apt updatesudo apt install build-essential libc6:i386禁用 默认驱动sudo bash -c "echo b

2021-03-23 11:23:09 1748 1

原创 # Ubuntu 18.04 更换国内源

更换方式更改/etc/apt/sources.list文件sudo nano /etc/apt/sources.list清华源deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multivers

2021-03-23 09:38:11 142

原创 简约查找

def min11(x):k = x[0]for i in x:if i < k:k = ireturn kif len(tuple1)==0:return print(“空”)max1=max(tuple1)min1=min(tuple1)max2=list()min2=list()x=0y=0for i in range(tuple1.count(max1))...

2019-09-05 13:44:50 84

空空如也

空空如也

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

TA关注的人

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