Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Pre nn patch #6201

Merged
merged 4 commits into from
May 13, 2017
Merged

Pre nn patch #6201

merged 4 commits into from
May 13, 2017

Conversation

piiswrong
Copy link
Contributor

No description provided.

@@ -23,7 +23,7 @@ Symbol ConvFactoryBN(Symbol data, int num_filter,
Symbol conv = Convolution("conv_" + name + suffix, data,
conv_w, conv_b, kernel,
num_filter, stride, Shape(1, 1), pad);
Symbol bn = BatchNorm("bn_" + name + suffix, conv, BN_GAMMA, BN_BETA);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@lx75249

ret.shape_[0] = end - begin;
return ret;
}
NDArray Slice(index_t begin, index_t end) const;
Copy link
Contributor

Choose a reason for hiding this comment

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

missing implementation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved to cc

@piiswrong piiswrong merged commit b005306 into apache:master May 13, 2017
saurabh3949 pushed a commit to saurabh3949/mxnet that referenced this pull request May 23, 2017
* pre-nn patch

* ifx

* fix

* fix
Guneet-Dhillon pushed a commit to Guneet-Dhillon/mxnet that referenced this pull request Sep 13, 2017
* pre-nn patch

* ifx

* fix

* fix
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants