-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API compatibility] add paddle.nn.parameter.Parameter #74438
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提交成功,感谢你对开源项目的贡献! |
ae691c4 to
17fc213
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #74438 +/- ##
==========================================
Coverage ? 94.11%
==========================================
Files ? 2
Lines ? 17
Branches ? 0
==========================================
Hits ? 16
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
17fc213 to
37009c5
Compare
93aa953 to
ac3ad25
Compare
|
/re-run all-failed |
1 similar comment
|
/re-run all-failed |
ac3ad25 to
c371d35
Compare
|
/re-run all-failed |
1 similar comment
|
/re-run all-failed |
zhwesky2010
left a comment
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
|
/re-run all-failed |
XiaoguangHu01
left a comment
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
|
/re-run all-failed |
PR Category
User Experience
PR Types
New features
Description
增加paddle.nn.parameter.Parameter(data=None, requires_grad=True) api
pcard-67164