最近在用tensorrt api实现refinedet,中间过程记录一下。主要参考的如下仓库: https://github.com/wang-xinyu/tensorrtx tensorrt api说明: https://docs.nvidia.com/deeplearning/tensorrt/ ...
参考资料: https://blog.csdn.net/qq_33547243/article/details/107433616 https://www.cnblogs.com/shoufu/p/12904832.html https://github.com/NVIDIA/nvidia-dock ...
分类:
其他好文 时间:
2021-02-25 12:13:14
阅读次数:
0
1 安装nvidia驱动 $ ubuntu-drivers devices == /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 == modalias : pci:v000010DEd00001C03sv00001B4Csd000011D7bc0 ...
分类:
系统相关 时间:
2021-02-22 12:22:33
阅读次数:
0
启动: docker run -p port:8500 -e MODEL_NAME=ground_segmentation --name tfserving-ground-segmentation -e NVIDIA_VISIBLE_DEVICES=1 -v /model_path_in_machi ...
分类:
Web程序 时间:
2021-02-19 13:47:00
阅读次数:
0
nvidia-smiFailed to initialize NVML: Driver/library version mismatch 原因:NVIDIA 内核驱动版本与系统驱动不一致, # sudo rmmod nvidiarmmod: ERROR: Module nvidia is in us ...
分类:
其他好文 时间:
2021-02-17 14:55:41
阅读次数:
0
一、主要更新: * 更新 系统版本:17763.1728 查看方式:设置-系统-关于* 更新 截至2021年1月28日前所有补丁* 说明 LTSC版原生无应用商店,喜欢带应用商店的同学请 到这里下载* 更新 Microsoft Edge 88.0.705.53* 更新 NVIDIA GeForce ...
大家好,我是 zeroing~ 1,前言 之前谈到图片文本 OCR 识别时,写过一篇文章介绍了一个 Python 包 pytesseract ,具体内容可参考 介绍一个Python 包 ,几行代码可实现 OCR 文本识别!这篇文章 ,pytesseract 包是基于 Tesseract 封装得到的, ...
分类:
编程语言 时间:
2021-01-28 11:50:28
阅读次数:
0
#零、环境 Ubuntu 18.04 显卡 940MX 安装Cuda8.0+Cudnn5.1 由于Ubuntu 18.04自带的gcc版本为7.5.0,下文中使用了建立软链接的方式,使得Cuda使用gcc5.0。 #一、安装合适版本的显卡驱动 参考下图,选择适当版本 来源:https://docs. ...
分类:
系统相关 时间:
2021-01-28 11:39:10
阅读次数:
0
查看显卡驱动: nvidia-smi 报错: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is instal ...
分类:
其他好文 时间:
2021-01-27 12:52:58
阅读次数:
0
我这里GPU型号为 tesla T4, 算力为7.5,会有一些特殊处理。首先是我不会在Dockerfile中编译caffe 本次环境安装通过Dockerfile安装,如果按照本教程要先安装docker以及nvidia-docker 1. 下载caffe的代码 git clone https://gi ...
分类:
其他好文 时间:
2021-01-14 10:35:24
阅读次数:
0