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

Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC #5317

Merged
merged 11 commits into from
Nov 5, 2017

Conversation

kavyasrinet
Copy link

@kavyasrinet kavyasrinet commented Nov 2, 2017

Adding the proposed documentation format for AdaDelta.
Let's follow the same going forward for all operators.
The operators in this PR are:

  • AdaDelta
  • AdaMax
  • Adam
  • AdaGrad
  • BatchNorm
  • Clip_op
  • Cast_op
  • AUC_op

@kavyasrinet kavyasrinet changed the title Adding the doc format for AdaDelta Adding the doc format for AdaDelta, AdaMax, Adam and AdaGrad Nov 2, 2017

This implements the Adadelta optimizer[1]. Adadelta is a per-dimension
adaptive learning rate method for gradient descent.
We implement the Adadelta optimizer as explained in:
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think we should use the first person here?

Copy link
Author

Choose a reason for hiding this comment

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

Fixed. Thanks for the comment.

wangkuiyi
wangkuiyi previously approved these changes Nov 3, 2017
@kavyasrinet kavyasrinet changed the title Adding the doc format for AdaDelta, AdaMax, Adam and AdaGrad Adding the doc format for AdaDelta, AdaMax, Adam, AdaGrad, BatchNorm, Clip, Cast and AUC Nov 4, 2017
AddAttr<int>("out_data_type", "output data type");
AddAttr<int>("in_data_type", "input data type");
AddComment(R"DOC(
Cast operator.
Copy link
Contributor

Choose a reason for hiding this comment

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

operator -> Operator

Copy link
Author

Choose a reason for hiding this comment

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

Done. Thanks for pointing that out.

@wangkuiyi wangkuiyi merged commit 30a8520 into PaddlePaddle:develop Nov 5, 2017
@kavyasrinet kavyasrinet deleted the op_documentation branch November 6, 2017 23:54
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