logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Putty进行ssh远程错误: Couldn‘t agree a host key algorithm (available: rsa-sha2-512,rsa-sha2-256)

这是putty版本问题,需要更换能支持:rsa-sha2-512, rsa-sha2-256的客户端。:https://www.ssh.com/ssh/putty(网络差)

文章图片
#ssh#linux
RuntimeError: Error(s) in loading state_dict for DataParallel:

2、训练完成后,用于测试时发现参数不一致(还是模型更改了,或者模型设置错了)1、加载预训练模型时发现前后参数不一致(模型更改了);

#深度学习
树莓派3b | Raspberry Pi OS系统 | 安装conda环境、pytorch及opencv

拷贝下面命令,进行安装。(过程有点长。。。

文章图片
#conda#pytorch#opencv
加载数据集报错TypeError: Unexpected type <class ‘numpy.ndarray‘>

这是数据格式问题:把transforms.Resize((112, 112))去掉,直接在img = cv2.imread(path)后进行img = cv2.resize(img, (112, 112))用img = cv2.imread(path)加载数据集后,在进行transform时报错:TypeError: Unexpected type

文章图片
#深度学习#神经网络
ValueError: Expect x to not have duplicates错误

降低scipy版本,我的是scipy(1.10.1)版本现换为版本1.7.1,可行。scipy包下得interpolate.interp1d()函数问题。

文章图片
#python#神经网络#深度学习
树莓派3b | Raspberry Pi OS系统 | 安装conda环境、pytorch及opencv

拷贝下面命令,进行安装。(过程有点长。。。

文章图片
#conda#pytorch#opencv
Ubuntu22.10开启xrdp gnome远程,及远程桌面闪退解决

Ubuntu22.10开启xrdp gnome远程,及远程桌面闪退解决

#ubuntu
ubuntu22.10安装cuda出错Failed to verify gcc version. See log at /var/log/cuda-installer.log for details.

ubuntu22.10安装cuda出错Failed to verify gcc version. See log at /var/log/cuda-installer.log for details.

#linux#ubuntu
到底了