ChaiBapchya commented on a change in pull request #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#discussion_r249267242
########## File path: example/bayesian-methods/bdk_demo.py ########## @@ -58,6 +62,9 @@ def backward(self, out_grad, in_data, out_data, in_grad): class LogSoftmax(mx.operator.NumpyOp): + """ + Generate helper functions to evaluate softmax loss function Review comment: nitpick : At times you have used "calculate" and at times "Generate helper functions to evaluate" Should have consistency right? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
