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

Fixing documentation for operators #5373

Merged
merged 7 commits into from
Nov 5, 2017

Conversation

kavyasrinet
Copy link

@kavyasrinet kavyasrinet commented Nov 4, 2017

  • Seq_concat
  • Seq_expand
  • Sequence_conv
  • Sequence_pool
  • Sequence_softmax
  • Sigmoid_cross_entropy_with_logits

@@ -68,11 +68,12 @@ class SequenceConcatOpMaker : public framework::OpProtoAndCheckerMaker {
"The level should be less than the level number of inputs.")
.SetDefault(0);
AddComment(R"DOC(
Sequence Concat operator
Sequence Concat operator.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change this to "Sequence Concat Operator"? We now follows a all-cap format for operator title.

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 the update.

Copy link
Contributor

@kexinzhao kexinzhao left a comment

Choose a reason for hiding this comment

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

LGTM!

@wangkuiyi wangkuiyi merged commit 2ac5d7d into PaddlePaddle:develop Nov 5, 2017
@kavyasrinet kavyasrinet deleted the op_doc 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.

3 participants