Skip to content

add gated conv for language model #5040

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

Closed
wants to merge 3 commits into from

Conversation

peterzhang2029
Copy link
Contributor

resolve #5037

@@ -135,6 +136,127 @@ def sequence_conv_pool(input,

text_conv_pool = sequence_conv_pool


Copy link
Contributor

@lcy-seso lcy-seso Oct 24, 2017

Choose a reason for hiding this comment

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

layers.py 下面现在有 https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/trainer_config_helpers/layers.py#L6388 gated_unit。gated unit 最初在添加的时候没有和卷积强绑定在一起,考虑到 gated unit 可以看作是一个通用的框架,输入可以是任何其他的层,不限于卷积。

@peterzhang2029 peterzhang2029 changed the title add gated linear unit add gated conv for language model Nov 2, 2017
@luotao1
Copy link
Contributor

luotao1 commented Feb 1, 2019

感谢您给PaddlePaddle贡献代码。由于Paddle V1/V2版本已不再维护,相关代码也已从develop分支上删除,因此关闭您的PR,欢迎您向Paddle最新版-Fluid贡献代码。
Thanks for contributing to PaddlePaddle! Since V1/V2 will not be maintained anymore, and related codes have been deleted from develop branch as well, we close this PR. Welcome to contribute to Fluid——the latest version of PaddlePaddle.

@luotao1 luotao1 closed this Feb 1, 2019
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.

Add gated linear unit network.
3 participants