-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
src/operator/tensor/matrix_op-inl.h
Outdated
@@ -32,6 +32,10 @@ struct ReshapeParam : public dmlc::Parameter<ReshapeParam> { | |||
DMLC_DECLARE_FIELD(shape) | |||
.set_default(nnvm::Tuple<int>()) | |||
.describe("The target shape"); | |||
DMLC_DECLARE_FIELD(keep_highest).set_default(false) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont' change this. Change code in cpp-package that's using this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because keep_highest is deprecated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
@mli what's with the permission deny errors? I have seen them several times. http://ec2-52-25-96-65.us-west-2.compute.amazonaws.com/blue/organizations/jenkins/mxnet/detail/PR-5844/2/pipeline |
@mli also the CI is not picking up my changes in Jenkinsfile.. |
Did the Jenkinsfile take effect???
On 2017年4月17日 周一 at 20:56 Eric Junyuan Xie ***@***.***> wrote:
Merged #5844 <#5844>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5844 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AFSeqCqry-LycGPF8C1F9ln79x0-8vxSks5rxDRigaJpZM4M-LpE>
.
--
Best Regards,
Haibin Lin
Master of Science in Computer Science
School of Computer Science
Carnegie Mellon University
+1 (412) 478-1556
www.linhaibin.com
|
nvm. Last time when i check the CI for this PR, it didn't pick up the CPP_PACKAGE changes. |
* add cpp_package build option in CI * Change usage of Reshape in cpp-package
Fix cpp-package build and add it to CI build @mli
Also revert doc changes for reshape. @nswamy