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 the docstring of 'filter groups' in img_conv_layer. #7301

Merged
merged 2 commits into from
Jan 9, 2018

Conversation

peterzhang2029
Copy link
Contributor

resolve #5907 #6173

rest channels will be processed by the rest groups of filters.
32 filters to process the input. The input channels will be split into 4
pieces. First 256/4 = 64 channels will be processed by first 32/4 = 8 filters.
The rest channels will be processed by the rest groups of filters.
Copy link
Contributor

Choose a reason for hiding this comment

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

The input channels will be split into 4 pieces. First 256/4 = 64 channels will be processed by first 32/4 = 8 filters. The rest channels will be processed by the rest groups of filters.

这些描述不够准确,可以参考 http://www.paddlepaddle.org/docs/develop/documentation/zh/operators.html#permalink-4-conv2d 文档改下。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

@peterzhang2029 peterzhang2029 force-pushed the conv_group_fix branch 2 times, most recently from 51a19be to 93d94bf Compare January 9, 2018 03:45
Copy link
Contributor

@qingqing01 qingqing01 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks very much! @peterzhang2029

@peterzhang2029 peterzhang2029 merged commit 1566af8 into PaddlePaddle:develop Jan 9, 2018
@peterzhang2029 peterzhang2029 deleted the conv_group_fix branch January 9, 2018 08:09
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.

The document about img_conv is wrong.
2 participants