larroy commented on a change in pull request #14779: [WIP] Fully connected,
higher order grad
URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r277917447
##########
File path: src/operator/nn/fully_connected.cc
##########
@@ -165,6 +165,7 @@ static bool FullyConnectedType(const nnvm::NodeAttrs&
attrs,
attrs, in_type, out_type, -1);
}
+
Review comment:
style guide says it's ok 1 or 2 blank lines around functions, more
consistent with python as we use two blank lines between functions according to
pep8.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services