登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
人工智能
>
AI-人工智能
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
25
Star
109
Fork
61
DeepSpark
/
DeepSparkHub
代码
Issues
4
Pull Requests
2
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
RealBasicVSR模型执行报错
已完成
#I64STQ
majorli6
成员
创建于
2022-12-06 10:55
## Bug Report - 故障报告 RealBasicVSR模型执行报错 ### Decription - 问题描述 执行bash dist_train.sh configs/real_basicvsr/realbasicvsr_c64b20_1x30x8_lr5e-5_150k_reds.py 8 报错 certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) ### Env Info - 环境信息 容器镜像:20221205.1014-centos-7.8.2003-x86_64-10.2-python3.7 ### Error logs - 错误日志 ```bash 2022-12-07 02:10:30,378 - mmedit - INFO - Set random seed to 0, deterministic: False 2022-12-07 02:10:30,434 - mmedit - INFO - load checkpoint from http path: https://download.openmmlab.com/mmediting/restorers/basicvsr/spynet_20210409-c6c1bd09.pth Downloading: "https://download.openmmlab.com/mmediting/restorers/basicvsr/spynet_20210409-c6c1bd09.pth" to /root/.cache/torch/hub/checkpoints/spynet_20210409-c6c1bd09.pth Traceback (most recent call last): File "/usr/local/lib/python3.7/urllib/request.py", line 1350, in do_open encode_chunked=req.has_header('Transfer-encoding')) File "/usr/local/lib/python3.7/http/client.py", line 1281, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1327, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1276, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1036, in _send_output self.send(msg) File "/usr/local/lib/python3.7/http/client.py", line 976, in send self.connect() File "/usr/local/lib/python3.7/http/client.py", line 1451, in connect server_hostname=server_hostname) File "/usr/local/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/local/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/local/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/utils/registry.py", line 52, in build_from_cfg return obj_cls(**args) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmedit/models/backbones/sr_backbones/real_basicvsr_net.py", line 63, in __init__ spynet_pretrained) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmedit/models/backbones/sr_backbones/basicvsr_net.py", line 39, in __init__ self.spynet = SPyNet(pretrained=spynet_pretrained) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmedit/models/backbones/sr_backbones/basicvsr_net.py", line 247, in __init__ load_checkpoint(self, pretrained, strict=True, logger=logger) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 528, in load_checkpoint checkpoint = _load_checkpoint(filename, map_location, logger) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 467, in _load_checkpoint return CheckpointLoader.load_checkpoint(filename, map_location, logger) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 245, in load_checkpoint return checkpoint_loader(filename, map_location) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 285, in load_from_http filename, model_dir=model_dir, map_location=map_location) File "/opt/apps/local/lib64/python3/dist-packages/torch/hub.py", line 586, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/opt/apps/local/lib64/python3/dist-packages/torch/hub.py", line 452, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.7/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.7/urllib/request.py", line 525, in open response = self._open(req, data) File "/usr/local/lib/python3.7/urllib/request.py", line 543, in _open '_open', req) File "/usr/local/lib/python3.7/urllib/request.py", line 503, in _call_chain result = func(*args) File "/usr/local/lib/python3.7/urllib/request.py", line 1393, in https_open context=self._context, check_hostname=self._check_hostname) File "/usr/local/lib/python3.7/urllib/request.py", line 1352, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)> ```
## Bug Report - 故障报告 RealBasicVSR模型执行报错 ### Decription - 问题描述 执行bash dist_train.sh configs/real_basicvsr/realbasicvsr_c64b20_1x30x8_lr5e-5_150k_reds.py 8 报错 certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) ### Env Info - 环境信息 容器镜像:20221205.1014-centos-7.8.2003-x86_64-10.2-python3.7 ### Error logs - 错误日志 ```bash 2022-12-07 02:10:30,378 - mmedit - INFO - Set random seed to 0, deterministic: False 2022-12-07 02:10:30,434 - mmedit - INFO - load checkpoint from http path: https://download.openmmlab.com/mmediting/restorers/basicvsr/spynet_20210409-c6c1bd09.pth Downloading: "https://download.openmmlab.com/mmediting/restorers/basicvsr/spynet_20210409-c6c1bd09.pth" to /root/.cache/torch/hub/checkpoints/spynet_20210409-c6c1bd09.pth Traceback (most recent call last): File "/usr/local/lib/python3.7/urllib/request.py", line 1350, in do_open encode_chunked=req.has_header('Transfer-encoding')) File "/usr/local/lib/python3.7/http/client.py", line 1281, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1327, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1276, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1036, in _send_output self.send(msg) File "/usr/local/lib/python3.7/http/client.py", line 976, in send self.connect() File "/usr/local/lib/python3.7/http/client.py", line 1451, in connect server_hostname=server_hostname) File "/usr/local/lib/python3.7/ssl.py", line 423, in wrap_socket session=session File "/usr/local/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() File "/usr/local/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/utils/registry.py", line 52, in build_from_cfg return obj_cls(**args) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmedit/models/backbones/sr_backbones/real_basicvsr_net.py", line 63, in __init__ spynet_pretrained) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmedit/models/backbones/sr_backbones/basicvsr_net.py", line 39, in __init__ self.spynet = SPyNet(pretrained=spynet_pretrained) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmedit/models/backbones/sr_backbones/basicvsr_net.py", line 247, in __init__ load_checkpoint(self, pretrained, strict=True, logger=logger) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 528, in load_checkpoint checkpoint = _load_checkpoint(filename, map_location, logger) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 467, in _load_checkpoint return CheckpointLoader.load_checkpoint(filename, map_location, logger) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 245, in load_checkpoint return checkpoint_loader(filename, map_location) File "/majorli/repos/deepsparkhub/cv/super_resolution/real_basicVSR/pytorch/mmcv/runner/checkpoint.py", line 285, in load_from_http filename, model_dir=model_dir, map_location=map_location) File "/opt/apps/local/lib64/python3/dist-packages/torch/hub.py", line 586, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/opt/apps/local/lib64/python3/dist-packages/torch/hub.py", line 452, in download_url_to_file u = urlopen(req) File "/usr/local/lib/python3.7/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/usr/local/lib/python3.7/urllib/request.py", line 525, in open response = self._open(req, data) File "/usr/local/lib/python3.7/urllib/request.py", line 543, in _open '_open', req) File "/usr/local/lib/python3.7/urllib/request.py", line 503, in _call_chain result = func(*args) File "/usr/local/lib/python3.7/urllib/request.py", line 1393, in https_open context=self._context, check_hostname=self._check_hostname) File "/usr/local/lib/python3.7/urllib/request.py", line 1352, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)> ```
评论 (
1
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (15)
标签 (12)
master
release/25.09
release/25.06
release/25.03
4.1.2
release/24.12
release/24.09
release/24.06
openi-task12
release/24.03
release/23.12
release/23.09
release/23.06
release/23.03
release/22.12
25.09
25.06
25.03
24.12
24.09
24.06
24.03
23.12
23.09
23.06
23.03
22.12
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
Python
1
https://gitee.com/deep-spark/deepsparkhub.git
git@gitee.com:deep-spark/deepsparkhub.git
deep-spark
deepsparkhub
DeepSparkHub
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册