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

Change the 'mul_op' to 'matmul_op' in fc. #8101

Closed
wants to merge 3 commits into from

Conversation

peterzhang2029
Copy link
Contributor

resolve #8100

@lcy-seso
Copy link
Contributor

lcy-seso commented Feb 7, 2018

为什么需要这个修改,能否在issue里面说明一下?相关的issue没有描述。

Thus, the flattened matrix will have a shape [2 x 3 x 4, 5 x 6] =
[24, 30]. The default value 0 indicates the input is a 2-D Matrix.
)DOC")
.SetDefault(0)
Copy link
Contributor

Choose a reason for hiding this comment

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

double check the default value, Please.

@lcy-seso
Copy link
Contributor

lcy-seso commented Feb 9, 2018

mul_op 和 matmul_op 是两种计算。这个PR如果是为了将两者统一,最好再仔细确认一下计算逻辑。这两个op不能简单的删掉一个。

@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.

Change the 'mul_op' in fc to 'matmul_op'.
4 participants