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

[AutoParallel] change loss_base after dropout support spmd #9647

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

deepllz
Copy link
Contributor

@deepllz deepllz commented Dec 17, 2024

PR types

Others

PR changes

Others

Description

paddle框架中补充了dropout的切分推导规则,导致dropout算子的结果在全复制状态下和切分状态下的结果不相同,但是不影响收敛,需要修改单测中的loss_base。

Copy link

paddle-bot bot commented Dec 17, 2024

Thanks for your contribution!

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.76%. Comparing base (dc0ca03) to head (60228d0).
Report is 5 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #9647   +/-   ##
========================================
  Coverage    52.76%   52.76%           
========================================
  Files          710      710           
  Lines       111231   111231           
========================================
  Hits         58688    58688           
  Misses       52543    52543           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@liym27 liym27 left a comment

Choose a reason for hiding this comment

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

LGTM

@Liujie0926 Liujie0926 merged commit da7a7d2 into PaddlePaddle:develop Dec 17, 2024
10 of 12 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.

3 participants