-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
【Hackathon 5th No.64】PaddleNLP套件模型接入动转静训练功能 -part #7576
Conversation
Thanks for your contribution! |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #7576 +/- ##
===========================================
- Coverage 58.23% 57.58% -0.65%
===========================================
Files 579 582 +3
Lines 85819 86933 +1114
===========================================
+ Hits 49973 50064 +91
- Misses 35846 36869 +1023 ☔ View full report in Codecov by Sentry. |
@@ -65,7 +65,6 @@ python -m paddle.distributed.launch --gpus "0" run_pretrain.py \ | |||
--weight_decay 1e-2 \ | |||
--adam_epsilon 1e-6 \ | |||
--warmup_steps 10000 \ | |||
--num_train_epochs 3 \ |
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.
num_train_epochs 参数脚本中未用到,设了会报错,所以删了
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
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
PR types
Others
PR changes
Others
Description
模型动转静支持情况
依赖 paddle 版本:develop
相关 PR: