-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dy2St] Optimize while cond break error messages #68508
base: develop
Are you sure you want to change the base?
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Sorry to inform you that 328f3b0's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
"python while pred change from bool to variable." | ||
) | ||
err_msg = """\ | ||
You need to use break_flag in the control flow, Python will mistakenly convert the iteration variable from bool to Tensor, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我咋看不懂呢?
- 首先说明问题
- 然后给出修改方法
- 最后给出常见修复示例
Sorry to inform you that 7885ce9's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
PR Category
Execute Infrastructure
PR Types
Improvements
Description
改进控制流 break 报错信息
新的报错信息