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

【Fix PIR Unittest No.76,78,79,80】Fix some test cast in PIR #64454

Merged
merged 1 commit into from
May 21, 2024

Conversation

wanghuancoder
Copy link
Contributor

PR Category

Execute Infrastructure

PR Types

Bug fixes

Description

Pcard-67164
默认开启PIR模式后,修复5个单测:
test_conv2d_api.py:使用了paddle.static.nn.conv2d
test_dist_fleet_a_sync_optimizer_geo.py:使用了paddle.static.nn.fc
test_eager_run_program.py:强依赖老静态图特性
test_generator_dataloader.py:DataLoader.from_generator是废弃API。但本单测触发了softmax的一处调用错误。已修复。

关联Issue:#63740

Copy link

paddle-bot bot commented May 20, 2024

你的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.

act_op = getattr(_C_ops, act)
if act == 'softmax':
return act_op(input, -1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-1 表示axix? 若是,这里为什么固定为-1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个对齐原有就静态图,旧静态图没有传这个值,就会用默认值。

@wanghuancoder wanghuancoder merged commit e2c9020 into PaddlePaddle:develop May 21, 2024
31 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants