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_r249267414
 
 

 ##########
 File path: example/capsnet/capsulenet.py
 ##########
 @@ -255,30 +273,53 @@ def random_shift(x, width_shift_fraction, 
height_shift_fraction):
     x = apply_transform(x, shift_matrix, 'nearest')
     return x
 
+
 def _shuffle(data, idx):
     """Shuffle the data."""
 
 Review comment:
   At times single line comment are used and at times multi-line comment are 
used even if the actual comment is just one line. Need to establish one way out 
of the two

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

Reply via email to