
笔记
文章平均质量分 74
SuiJiangPiaoLiu
这个作者很懒,什么都没留下…
展开
-
Ubuntu To Go 手把手教学!视频版!
Ubuntutogo 作者自己的教学 https://www.bilibili.com/video/BV1nw411x7cL/原创 2023-11-29 13:41:35 · 170 阅读 · 1 评论 -
深度学习RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa,
在使用GPU跑程序时,前面加载数据是没问题的,后面relu()开始报错,错误为:**RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling `cublasSgemm( handle, opa, opb, m, n, k, &alpha, a, lda, b, ldb, &beta, c, ldc)`**多处参考解决方案,发现应该是CUDA、torch、torchvision、python等版本兼容问题。原创 2022-10-20 14:05:28 · 10698 阅读 · 1 评论 -
openpose环境搭建(详细教程CPU/GPU)windows 10+python 3.7+CUDA 11.6+VS2022
openpose人体姿态识别是非常优秀的提取骨架的项目,本文主要是记录自己开发OpenPose,并编译项目,实现C++接口和python接口;项目很详细的记录过程。原创 2022-08-22 12:37:49 · 44356 阅读 · 304 评论 -
Ubuntu16.04+Qt5+Opencv+Cmake一步成功配置(详细)
Ubuntu换源下载Qt下载OpenCV(2) 安装编译环境sudo apt-get updatesudo apt-get install build-essential pkg-config cmake cmake-gui(3) 安装 pipsudo apt-get install python-pipsudo apt-get install python3-pip(4) 安装 numpypip install numpy scipy matplotlib scikit-image s原创 2020-10-15 01:23:56 · 1313 阅读 · 2 评论