ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 ··· 35 下一页

2023年9月14日

摘要: BUS error encountered in DataLoader worker. This might be caused by insufficient shared memory (shm), please check whether use_shared_memory is set an 阅读全文
posted @ 2023-09-14 18:51 哦哟这个怎么搞 阅读(95) 评论(0) 推荐(0) 编辑

摘要: 官方文档 安装 NVIDIA 容器工具包 — 容器工具包 1.14.1 文档 阅读全文
posted @ 2023-09-14 15:32 哦哟这个怎么搞 阅读(6) 评论(0) 推荐(0) 编辑

2023年9月5日

摘要: 如何在自定义数据集上训练YOLOv8目标检测 - 知乎 (zhihu.com) 如果想使用多卡训练,device='\0,1,2,xxx\' yolo task=detect mode=train model=yolov8s.pt data=D:\dataset\data.yaml epochs=1 阅读全文
posted @ 2023-09-05 10:16 哦哟这个怎么搞 阅读(72) 评论(0) 推荐(0) 编辑

2023年8月31日

摘要: 神经网络激活函数的作用是什么? - 知乎 (zhihu.com) 神经网络激活函数的作用是什么? - 知乎 (zhihu.com) 阅读全文
posted @ 2023-08-31 15:34 哦哟这个怎么搞 阅读(8) 评论(0) 推荐(0) 编辑

摘要: YOLOv8详解 【网络结构+代码+实操】_zyw2002的博客-CSDN博客 阅读全文
posted @ 2023-08-31 14:52 哦哟这个怎么搞 阅读(15) 评论(0) 推荐(0) 编辑

摘要: #include <iostream> #include <cuda_runtime.h> #include <device_launch_parameters.h> __global__ void compute(float* a,float* b,float* c){ int d0 = grid 阅读全文
posted @ 2023-08-31 10:47 哦哟这个怎么搞 阅读(12) 评论(0) 推荐(0) 编辑

摘要: 找到对应的设备信息查看自己的设备性能 (008) Multiprocessors, (064) CUDA Cores/MP: 512 CUDA Cores解释为 有8个SM每个SM中有两个MP每个MP有32个core所有64个(064) CUDA Cores/MP 一些GPU的架构 Warp siz 阅读全文
posted @ 2023-08-31 10:47 哦哟这个怎么搞 阅读(15) 评论(0) 推荐(0) 编辑

2023年8月25日

摘要: 子节点cmake可以使用父节点cmake定义的便变量,但是父节点不能使用子节点定义的变量 生成的库文件是静态库还是动态库的标准是看文件大小,如果太大动态库,小静态库,因为静态库会打包到程序中去,但是动态库可以共享内存 add_subdirectory(calc)需要根据子目录的文件名称添加否则找不到 阅读全文
posted @ 2023-08-25 14:58 哦哟这个怎么搞 阅读(102) 评论(0) 推荐(0) 编辑

摘要: 比如在打印日志信息的时候定义宏 test.cpp #include <stdio.h> #define NUMBER 3 int main() { int a = 10; #ifdef DEBUG printf("我是一个程序猿, 我不会爬树...\n"); #endif for(int i=0; 阅读全文
posted @ 2023-08-25 13:36 哦哟这个怎么搞 阅读(75) 评论(0) 推荐(0) 编辑

摘要: cmake中所有的对象都是string,所以我们对这些的操作就是对字符串的操作,里面提供追加和删除的方法 CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(test) # 方式二 file(GLOB SRC ${CMAKE_CUR 阅读全文
posted @ 2023-08-25 13:17 哦哟这个怎么搞 阅读(87) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 35 下一页