CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
【Hackathon 6th No.33】支持动态图流水并行设定多个损失函数,并返回多个 loss #63167
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
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
@MarioLulab 辛苦review一下~ |
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.
Nice Work~ 但还有一些问题,辛苦看下
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.
还需要增加一些单测~
@MarioLulab 辛苦review一下~ |
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.
nice work ~
我提了一些小修改,辛苦看下
python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
Outdated
Show resolved
Hide resolved
python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
Outdated
Show resolved
Hide resolved
python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
Outdated
Show resolved
Hide resolved
python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
Outdated
Show resolved
Hide resolved
python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
Outdated
Show resolved
Hide resolved
python/paddle/distributed/fleet/meta_parallel/pipeline_parallel.py
Outdated
Show resolved
Hide resolved
@MarioLulab 修改好了,辛苦review~ |
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.
LGTM
@luotao1 辛苦review一下~ |
辛苦 @ForFishes @GuoxiaWang 审核下 |
@GuoxiaWang @ForFishes 辛苦review一下~ |
@luotao1 辛苦review一下~ |
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.
LGTM
* support multiply loss functions in pipeline parallel * add multiply loss functions test * add loss_fn_idx for user * fix bug in output_tensor * update tests * update loss fn logger * fix * fix * update tests * fix is_fp32 & add assert * fix
PR Category
Distributed Strategy
PR Types
Improvements
Description