2.4K Star 8.2K Fork 4.4K

GVPMindSpore / mindspore

 / 详情

execute 执行 递归式的compose时, executor本身的ops会被覆盖

DONE
Bug-Report 成员
创建于  
2023-11-30 16:53
name about labels
Bug Report Use this template for reporting a bug kind/bug

Describe the current behavior / 问题描述 (Mandatory / 必填)

executor递归覆盖 目录中有mindocr.zip

解压后执行

import mindspore.dataset as ds
from mindocr.data.transforms.rec_abinet_transforms import ABINetRecAug
import numpy as np

img = np.ones((31, 102, 3), dtype=np.uint8)
img = {"image": img}

img = ABINetRecAug()(img)

print(img["image"].shape)

评论 (3)

luoyang 创建了Bug-Report
luoyang 添加了
 
v2.0.0
标签
展开全部操作日志

Please assign maintainer to check this issue.
请为此issue分配处理人。
@luoyang

感谢您的反馈,您可以评论//mindspore-assistant更快获取帮助,更多标签可以查看标签列表

  1. 如果您刚刚接触MindSpore,或许您可以在教程找到答案
  2. 如果您是资深Pytorch用户,您或许需要:
    与PyTorch典型区别 / PyTorch与MindSpore API映射表
  3. 如果您遇到动态图问题,可以设置mindspore.set_context(pynative_synchronize=True)查看报错栈协助定位
  4. 模型精度调优问题可参考官网调优指南
  5. 如果您反馈的是框架BUG,请确认您在ISSUE中提供了MindSpore版本、使用的后端类型(CPU、GPU、Ascend)、环境、训练的代码官方链接以及可以复现报错的代码的启动方式等必要的定位信息
  6. 如果您已经定位出问题根因,欢迎提交PR参与MindSpore开源社区,我们会尽快review
guozhijian 任务状态TODO 修改为WIP
guozhijian 任务状态WIP 修改为DONE

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(3)
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore

搜索帮助

344bd9b3 5694891 D2dac590 5694891