-
Notifications
You must be signed in to change notification settings - Fork 270
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 No.21】 #32
Conversation
miao.du seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
4ebbf1c
to
e2ab9ee
Compare
e2ab9ee
to
24b2793
Compare
PR 格式检查通过,你的PR 将接受Paddle 专家以及开源社区的review,请及时关注PR 动态 |
_margin_loss | ||
# 六、测试和验收的考量 | ||
- Loss准确度的测试。 | ||
- 1D,2D tensor的表现行为和pytorch表现一致 |
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.
请详细说明具体的测试用例
你的PR有最新反馈,请及时修改。 |
## 命名与参数设计 | ||
参考:[飞桨API 设计及命名规范](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/api_contributing_guides/api_design_guidelines_standard_cn.html) |
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.
需要明确具体 API 实现接口以及接口参数设计。
## 底层OP设计 | ||
添加到paddle最新维护的phi计算库中。 |
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.
添加 SoftMarginLoss的设计文档