上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页
摘要: Docker 使用GPU 错误之Error could not select device driver ““ with capabilities: [[gpu]] 错误之Error response from daemon: could not select device driver ““ wi 阅读全文
posted @ 2022-10-24 20:06 michaelchengjl 阅读(646) 评论(0) 推荐(0)
摘要: 图像分辨率 https://blog.csdn.net/weixin_40511249/article/details/121700779 https://baike.baidu.com/item/%E5%9B%BE%E5%83%8F%E5%B0%BA%E5%AF%B8/10315059 https 阅读全文
posted @ 2022-10-24 15:58 michaelchengjl 阅读(144) 评论(0) 推荐(0)
摘要: 网上论坛博客 https://www.dutype.com/categories https://www.zhihu.com/question/31589580 https://zhuanlan.zhihu.com/p/462487742 https://blog.csdn.net/mrjkzhan 阅读全文
posted @ 2022-10-21 12:37 michaelchengjl 阅读(49) 评论(0) 推荐(0)
摘要: triton-inference-server https://github.com/triton-inference-server/server/blob/main/docs/README.md#resources https://github.com/triton-inference-serve 阅读全文
posted @ 2022-10-17 20:26 michaelchengjl 阅读(210) 评论(0) 推荐(0)
摘要: docker “no space left on device”问题解决 在Linux环境上使用docker执行命令时遇到了 “no space left on device”可能是存储镜像的路径磁盘满了 1. 先使用docker info查看docker的信息 docker info 可以看到do 阅读全文
posted @ 2022-10-11 17:30 michaelchengjl 阅读(1746) 评论(0) 推荐(0)
摘要: CMD 命令行大全 cmd常用命令: calc:启动计算器 notepad:打开记事本 netstat -a:查看所有的端口 tasklist:查看所有的进程 d: 盘符切换 dir(directory) 列出当前目录下的文件以及文件夹 md (make directory) 创建目录 rd (re 阅读全文
posted @ 2022-09-15 17:02 michaelchengjl 阅读(3380) 评论(0) 推荐(0)
摘要: 模型推理部署——基础概念篇 https://blog.csdn.net/u014448054/article/details/108316545 https://blog.csdn.net/he992284854/article/details/124779320 https://wenku.bai 阅读全文
posted @ 2022-09-09 10:26 michaelchengjl 阅读(115) 评论(0) 推荐(0)
摘要: docker 构建 TensorRT 指定版本 image tensorrt——相关库的说明 Tensorrt 这是github上tensorrt的一个项目库。其介绍为:这个存储库包含了NVIDIA TensorRT的开源软件(OSS)组件。包括TensorRT插件和解析器(Caffe和ONNX)的 阅读全文
posted @ 2022-09-07 19:56 michaelchengjl 阅读(1717) 评论(0) 推荐(0)
摘要: GPU A10 driver, CUDA 安装 环境 HOST: ubuntu804LTS GUST: 通过PCIE 透卡, KVM 虚拟机: ubuntu1804LTS 在gust 里面安装GPU driver driver 安装 步骤 NVIDIA Telsa GPU 的 Linux 驱动在安装 阅读全文
posted @ 2022-09-06 20:53 michaelchengjl 阅读(4815) 评论(0) 推荐(0)
摘要: nvidia-smi 命令参数含义 GPU 的实时状态监测 解释相关参数含义: GPU:本机中的GPU编号 Name:GPU 类型 Persistence-M: Fan:风扇转速 Temp:温度,单位摄氏度 Perf:表征性能状态,从P0到P12,P0表示最大性能,P12表示状态最小性能 Pwr:U 阅读全文
posted @ 2022-09-05 11:34 michaelchengjl 阅读(7466) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 44 下一页