
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
在训练深度学习网络模型时,所用大规模图像数据集(如万级、十万级、百万级等等)中包含有损毁或损坏的图像。在使用大型数据集包含损坏图片时,报错OSError: image file is truncated 和 PIL.UnidentifiedImageError: cannot identify image file的解决方案
安装Pytorch报错Error: No matching distribution found for typing-extensions (from torch==1.9.0)问题描述:用pip进行离线安装Pytorch的时候遇到报错。先提供一些下载torch的.whl文件的网址:官方网址:http://download.pytorch.org/whl/torch/镜像源:http://mir
解决Pytorch参数不匹配报错RuntimeError: Error(s) in loading state_dict for ResNet:size mismatch for fc.weight: copying a param with shape torch.Size([2, 512]) from checkpoint, the shape in current model is torc

解决wps writer未响应无法打印,一点打印就无响应死机,PDF用网页打开打印也会死机的问题
在训练深度学习网络模型时,所用大规模图像数据集(如万级、十万级、百万级等等)中包含有损毁或损坏的图像。在使用大型数据集包含损坏图片时,报错OSError: image file is truncated 和 PIL.UnidentifiedImageError: cannot identify image file的解决方案
在国产GPU寒武纪MLU上快速上手Pytorch使用指南

解决电脑网络连接出现远程计算机或设备不接受连接的问题

用Python执行Linux命令直接上代码:import os# 导入os模块cmd1 = 'ls'# 要执行的Linux命令放入单引号中(用于情况1)cmd2 = 'systemctl start ntpd.service'#(用于情况2)// 情况1:在子终端运行系统命令,不需要获取命令执行后的返回信息os.system(cmd1)// 情况2:在子终端运行系统命令,并获取命令执行后的返回信息
TensorFlow 2.0版本以上,解决AttributeError: module 'tensorflow._api.v2.train' has no attribute 'NewCheckpointReader'