
Linux
45W冲冲冲
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
YOLOV5 CPU版本WIN10环境搭建
要想在CPU上面跑,环境很重要,我先默认大家安装好了pycharm,并且默认配置好了python。我的python版本是3.9(我且称它为原生版本)。2、首先先安装matplotlib,速度会快一点,然后运行第二行代码,安装依赖。三、完成后在电脑的用户目录下找到.condarc的文件,用记事本打开查看。二、换源在cmd中接着依次输入以下代码。五、下载yolov5工程代码。一、配置环境(非常重要)3、导入Pytorch库。四、新建conda环境。1、添加conda环境。4、可能需要单独安装的。原创 2023-12-14 14:34:56 · 702 阅读 · 1 评论 -
无法连接NVIDIA驱动:NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver
服务器重启,突然启动不了容器,而且nvidia-smi也没有显卡信息了,但是nvcc -V有驱动信息 NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.只需两步:sudo apt-get install dkmssudo dkms install -m nvidia -v 5原创 2022-12-06 19:55:11 · 586 阅读 · 0 评论 -
当在容器中查看文件时,无法正常显示中文
当在容器中查看文件时,无法正常显示中文,中文乱码问题解决原创 2022-11-28 16:20:12 · 258 阅读 · 0 评论 -
RuntimeError: result type Float can‘t be cast to the desired output type long int
RuntimeError: result type Float can't be cast to the desired output type long int原创 2022-11-24 16:01:34 · 240 阅读 · 0 评论 -
bash: vi: command not found
docker容器中编辑文件报错bash: vi: command not found问题解决原创 2022-11-23 13:57:49 · 678 阅读 · 0 评论