Skip to content
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

[CodeStyle][py2][U008] remove unnecessary args in super() for some example code #47643

Merged
merged 2 commits into from
Nov 22, 2022

Conversation

SigureMo
Copy link
Member

@SigureMo SigureMo commented Nov 3, 2022

PR types

Others

PR changes

Others

Describe

#47549 遗留的几个示例代码中未解决的

后三个 paddle.jit.TracedLayer 上的方法在本地安装 paddle 2.3.2 运行成功,paddle 2.4.0rc0 则都会在 out_dygraph, static_layer = paddle.jit.TracedLayer.trace(layer, inputs=[in_var]) 处报错,怀疑是 2.4.0 分支(包括 develop)出了问题

Related links

@paddle-bot
Copy link

paddle-bot bot commented Nov 3, 2022

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added contributor External developers status: proposed labels Nov 3, 2022
@SigureMo SigureMo changed the title [CodeStyle][py2][U008] remove unnecessary args in super() for some example code [WIP][CodeStyle][py2][U008] remove unnecessary args in super() for some example code Nov 3, 2022
@luotao1 luotao1 self-assigned this Nov 3, 2022
@SigureMo SigureMo changed the title [WIP][CodeStyle][py2][U008] remove unnecessary args in super() for some example code [CodeStyle][py2][U008] remove unnecessary args in super() for some example code Nov 3, 2022
@luotao1
Copy link
Contributor

luotao1 commented Nov 22, 2022

后三个 paddle.jit.TracedLayer 上的方法在本地安装 paddle 2.3.2 运行成功,paddle 2.4.0rc0 则都会在 out_dygraph, static_layer = paddle.jit.TracedLayer.trace(layer, inputs=[in_var]) 处报错,怀疑是 2.4.0 分支(包括 develop)出了问题

已验证develop分支会出问题

@luotao1 luotao1 merged commit d389ddb into PaddlePaddle:develop Nov 22, 2022
@SigureMo SigureMo deleted the U008/fix/docs branch November 22, 2022 07:20
@luotao1
Copy link
Contributor

luotao1 commented Nov 22, 2022

@Ligoml @SigureMo 关于后三个 paddle.jit.TracedLayer 上的方法在develop分支报错,已经和 @Aurelius84 确认:这个接口已经不支持新动态图了,会在近期删除。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants