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

 ##########
 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:
   You are right, I think the style of comments should align to multi-line 
comment.

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