会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大师兄的博客
过早退出是一切失败的根源
博客园
首页
新随笔
联系
订阅
管理
2025年10月11日
解决nsight system远程连接Linux系统分析报The user running Nsight Systems does not have permission to access NVIDIA GPU Performance Counters on the target device的问题
摘要: 1. 环境 操作系统: host: win11 dst: ubuntu 22.04 nsight system版本:2025.5.1.121 2. 问题描述 nsight system远程连接后进行分析报错: GPU Metrics: The user running Nsight Systems
阅读全文
posted @ 2025-10-11 17:02 大师兄啊哈
阅读(20)
评论(0)
推荐(0)
2024年11月4日
解决onnxruntime "The given version [xx] is not supported, only version 1 to 10 is supported in this build"
摘要: 1. 环境 操作系统:windows 11 64bit。 vs版本:2022。 onnxruntime版本:1.12.1。 2. 问题 在下载了官网编译好的包,并在vs中配置好依赖之后,运行程序,立刻报: The given version [12] is not supported, only v
阅读全文
posted @ 2024-11-04 15:10 大师兄啊哈
阅读(1740)
评论(0)
推荐(0)
2024年10月14日
在Windows使用Cmake配置Opencv依赖无法找到包的问题
摘要: 1. 报错 版本信息: 系统:win11 opencv:opencv4.8.0 使用cmake gui进行配置,其中我们的项目cmakelist.txt使用以下语句获取opencv依赖配置。 find_package(OpenCV REQUIRED) 我们按照官网安装opencv的时候,配置的OPE
阅读全文
posted @ 2024-10-14 11:48 大师兄啊哈
阅读(1023)
评论(0)
推荐(1)
2024年8月26日
C++ opencv 将图片从HWC转CHW数据格式
摘要: 1. opencv的读取格式 众所周知,opencv读取图片后,在内存中数据是以HWC的顺序进行排列的,但是在深度学习模型中,一般需要将其转为CHW格式(准确来说是NCHW)再进行推断。 在python中,opencv读取后的数据类型是numpy的ndarray,这个时候只要调用numpy的tran
阅读全文
posted @ 2024-08-26 15:38 大师兄啊哈
阅读(1528)
评论(0)
推荐(0)
2024年6月28日
mmdection预处理pipeline中的resize到底做了什么
摘要: 1. 预处理配置 一般用过mmdetection的,都配置过训练和推理时图片预处理的参数,下面以推理时的配置作为说明,代码如下所示: img_scale = (640,640)test_pipeline = [ dict(type='LoadImageFromFile'), dict( type='
阅读全文
posted @ 2024-06-28 18:02 大师兄啊哈
阅读(570)
评论(0)
推荐(0)
2024年6月26日
[Triton课程笔记] 2.2.3 BLS续
摘要: 课程链接:https://www.bilibili.com/video/BV1ta411u7Zx/?spm_id_from=333.788&vd_source=c2a322357481107ab7f418b1ae9ce618 一、BLS同步代码讲解 二、BLS异步模式 三、BLS运行机制 四、BLS
阅读全文
posted @ 2024-06-26 15:18 大师兄啊哈
阅读(193)
评论(0)
推荐(0)
[Triton课程笔记] 2.2.2 Python Backend及BLS
摘要: 课程链接:https://www.bilibili.com/video/BV1r14y1s7w1/?spm_id_from=333.788&vd_source=c2a322357481107ab7f418b1ae9ce618 一、例子 在Python Backend中用pytorch在GPU上运行R
阅读全文
posted @ 2024-06-26 15:13 大师兄啊哈
阅读(312)
评论(0)
推荐(0)
[Triton课程笔记] 2.2.1 Python Backend
摘要: 课程链接:https://www.bilibili.com/video/BV1De4y1h7WS/?spm_id_from=333.788&vd_source=c2a322357481107ab7f418b1ae9ce618 吐槽一下,英伟达的分视频真的有病,感觉是按照时长硬切,没什么逻辑。 一、大
阅读全文
posted @ 2024-06-26 15:08 大师兄啊哈
阅读(419)
评论(0)
推荐(0)
[Triton课程笔记] 2.1.4 Backend-build
摘要: 课程链接:https://www.bilibili.com/video/BV1Fa411G75m/?spm_id_from=333.788&vd_source=c2a322357481107ab7f418b1ae9ce618 一、build 写CMakeLists.txt文件; 写cmake/Tri
阅读全文
posted @ 2024-06-26 14:51 大师兄啊哈
阅读(81)
评论(0)
推荐(0)
[Triton课程笔记] 2.1.2-2.1.3 Backend-接口实现
摘要: 课程链接: 2.1.2.:https://www.bilibili.com/video/BV1VP4y1Z76R/?spm_id_from=333.788&vd_source=c2a322357481107ab7f418b1ae9ce618 2.1.3:https://www.bilibili.co
阅读全文
posted @ 2024-06-26 14:43 大师兄啊哈
阅读(81)
评论(0)
推荐(0)
下一页
公告