登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
57
Star
569
Fork
1.4K
Ascend
/
ModelZoo-PyTorch
代码
Issues
498
Pull Requests
197
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
lerobot模型跑训练时报MaxPoolGradWithArgmaxV1算子不支持
TODO
#IC1M30
缺陷
ijiangmeng
创建于
2025-04-16 15:24
一、问题现象(附报错日志上下文): [W416 07:01:14.684393345 compiler_depend.ts:87] Warning: [Check][offset] Check input storage_offset[%ld] = 0 failed, result is untrustworthy262144 (function operator()) .........[W416 07:02:43.752708400 compiler_depend.ts:342] Warning: EZ3003: [PID: 3698324] 2025-04-16-07:02:43.997.733 No supported Ops kernel and engine are found for [MaxPoolGradWithArgmaxV1309], optype [MaxPoolGradWithArgmaxV1]. Possible Cause: The operator is not supported by the system. Therefore, no hit is found in any operator information library. Solution: 1. Check that the OPP component is installed properly. 2. Submit an issue to request for the support of this operator type. TraceBack (most recent call last): Assert ((SelectEngine(node_ptr, exclude_engines, is_check_support_success, op_info)) == ge::SUCCESS) failed[FUNC:operator()][FILE:engine_place.cc][LINE:148] RunAllSubgraphs failed, graph=online.[FUNC:RunAllSubgraphs][FILE:engine_place.cc][LINE:122] build graph failed, graph id:308, ret:4294967295[FUNC:BuildModelWithGraphId][FILE:ge_generator.cc][LINE:1618] [Build][SingleOpModel]call ge interface generator.BuildSingleOpModel failed. ge result = 4294967295[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] [Build][Op]Fail to build op model[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:145] build op model failed, result = 500002[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:145] (function ExecFunc) Traceback (most recent call last): File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 290, in <module> train() File "/home/brainco/cmr/lerobot/lerobot/configs/parser.py", line 227, in wrapper_inner response = fn(cfg, *args, **kwargs) File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 214, in train train_tracker, output_dict = update_policy( File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 103, in update_policy train_metrics.loss = loss.item() RuntimeError: The Inner error is reported as above. The process exits for this inner error, and the current working operator name is MaxPoolGradWithArgmaxV1. Since the operator is called asynchronously, the stacktrace may be inaccurate. If you want to get the accurate stacktrace, pleace set the environment variable ASCEND_LAUNCH_BLOCKING=1. [ERROR] 2025-04-16-07:02:44 (PID:3698324, Device:0, RankID:-1) ERR00100 PTA call acl api failed Traceback (most recent call last): File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 290, in <module> train() File "/home/brainco/cmr/lerobot/lerobot/configs/parser.py", line 227, in wrapper_inner response = fn(cfg, *args, **kwargs) File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 214, in train train_tracker, output_dict = update_policy( File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 103, in update_policy train_metrics.loss = loss.item() RuntimeError: The Inner error is reported as above. The process exits for this inner error, and the current working operator name is MaxPoolGradWithArgmaxV1. Since the operator is called asynchronously, the stacktrace may be inaccurate. If you want to get the accurate stacktrace, pleace set the environment variable ASCEND_LAUNCH_BLOCKING=1. [ERROR] 2025-04-16-07:02:44 (PID:3698324, Device:0, RankID:-1) ERR00100 PTA call acl api failed wandb: wandb: 🚀 View run npu_act_koch_task at: https://wandb.ai/zhouchengbang-aksuru/lerobot/runs/co1zycm9 二、软件版本: -- CANN 版本 8.0.0 --Pytorch版本: 2.4.0 --Python 版本 :3.10.16 --操作系统版本 :Ubuntu 22.04.5 LTS 三、测试步骤: 参考官方文档https://github.com/huggingface/lerobot 执训练脚本 : python lerobot/scripts/train.py --dataset.repo_id=test/koch_task --policy.type=act --output_dir=outputs/train/npu_act_koch_task --job_name=npu_act_koch_task --policy.device=cuda --wandb.enable=true 四、日志信息:
一、问题现象(附报错日志上下文): [W416 07:01:14.684393345 compiler_depend.ts:87] Warning: [Check][offset] Check input storage_offset[%ld] = 0 failed, result is untrustworthy262144 (function operator()) .........[W416 07:02:43.752708400 compiler_depend.ts:342] Warning: EZ3003: [PID: 3698324] 2025-04-16-07:02:43.997.733 No supported Ops kernel and engine are found for [MaxPoolGradWithArgmaxV1309], optype [MaxPoolGradWithArgmaxV1]. Possible Cause: The operator is not supported by the system. Therefore, no hit is found in any operator information library. Solution: 1. Check that the OPP component is installed properly. 2. Submit an issue to request for the support of this operator type. TraceBack (most recent call last): Assert ((SelectEngine(node_ptr, exclude_engines, is_check_support_success, op_info)) == ge::SUCCESS) failed[FUNC:operator()][FILE:engine_place.cc][LINE:148] RunAllSubgraphs failed, graph=online.[FUNC:RunAllSubgraphs][FILE:engine_place.cc][LINE:122] build graph failed, graph id:308, ret:4294967295[FUNC:BuildModelWithGraphId][FILE:ge_generator.cc][LINE:1618] [Build][SingleOpModel]call ge interface generator.BuildSingleOpModel failed. ge result = 4294967295[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] [Build][Op]Fail to build op model[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:145] build op model failed, result = 500002[FUNC:ReportInnerError][FILE:log_inner.cpp][LINE:145] (function ExecFunc) Traceback (most recent call last): File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 290, in <module> train() File "/home/brainco/cmr/lerobot/lerobot/configs/parser.py", line 227, in wrapper_inner response = fn(cfg, *args, **kwargs) File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 214, in train train_tracker, output_dict = update_policy( File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 103, in update_policy train_metrics.loss = loss.item() RuntimeError: The Inner error is reported as above. The process exits for this inner error, and the current working operator name is MaxPoolGradWithArgmaxV1. Since the operator is called asynchronously, the stacktrace may be inaccurate. If you want to get the accurate stacktrace, pleace set the environment variable ASCEND_LAUNCH_BLOCKING=1. [ERROR] 2025-04-16-07:02:44 (PID:3698324, Device:0, RankID:-1) ERR00100 PTA call acl api failed Traceback (most recent call last): File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 290, in <module> train() File "/home/brainco/cmr/lerobot/lerobot/configs/parser.py", line 227, in wrapper_inner response = fn(cfg, *args, **kwargs) File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 214, in train train_tracker, output_dict = update_policy( File "/home/brainco/cmr/lerobot/lerobot/scripts/train.py", line 103, in update_policy train_metrics.loss = loss.item() RuntimeError: The Inner error is reported as above. The process exits for this inner error, and the current working operator name is MaxPoolGradWithArgmaxV1. Since the operator is called asynchronously, the stacktrace may be inaccurate. If you want to get the accurate stacktrace, pleace set the environment variable ASCEND_LAUNCH_BLOCKING=1. [ERROR] 2025-04-16-07:02:44 (PID:3698324, Device:0, RankID:-1) ERR00100 PTA call acl api failed wandb: wandb: 🚀 View run npu_act_koch_task at: https://wandb.ai/zhouchengbang-aksuru/lerobot/runs/co1zycm9 二、软件版本: -- CANN 版本 8.0.0 --Pytorch版本: 2.4.0 --Python 版本 :3.10.16 --操作系统版本 :Ubuntu 22.04.5 LTS 三、测试步骤: 参考官方文档https://github.com/huggingface/lerobot 执训练脚本 : python lerobot/scripts/train.py --dataset.repo_id=test/koch_task --policy.type=act --output_dir=outputs/train/npu_act_koch_task --job_name=npu_act_koch_task --policy.device=cuda --wandb.enable=true 四、日志信息:
评论 (
0
)
登录
后才可以发表评论
状态
TODO
TODO
WIP
DONE
CLOSED
REJECTED
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
ci-pipeline
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
Python
1
https://gitee.com/ascend/ModelZoo-PyTorch.git
git@gitee.com:ascend/ModelZoo-PyTorch.git
ascend
ModelZoo-PyTorch
ModelZoo-PyTorch
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册