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

fix dice_loss, log_loss doc and example code test=document_fix #27702

Merged
merged 3 commits into from
Sep 30, 2020

Conversation

lijianshe02
Copy link
Contributor

@lijianshe02 lijianshe02 commented Sep 29, 2020

PR types

Breaking changes

PR changes

Docs

Describe

update 2.0 API English docs for dice_loss, log_loss

dic_en
log_en

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

wanghaoshuang
wanghaoshuang previously approved these changes Sep 29, 2020
Copy link
Contributor

@TCChenlong TCChenlong left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -7071,10 +7071,10 @@ def dice_loss(input, label, epsilon=0.00001, name=None):


Parameters:
input (Variable): Tensor, rank>=2, shape is :math:`[N_1, N_2, ..., N_D]`, where :math:`N_1` is
input (Tensor): Tensor, rank>=2, shape is :math:`[N_1, N_2, ..., N_D]`, where :math:`N_1` is
Copy link
Contributor

Choose a reason for hiding this comment

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

7057-7059 alias等可以删除

Copy link
Collaborator

@phlrain phlrain left a comment

Choose a reason for hiding this comment

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

LGTM for core.ops issue

@lijianshe02 lijianshe02 merged commit 295e87e into PaddlePaddle:develop Sep 30, 2020
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.

4 participants