mwbyeon commented on a change in pull request #7348: fix print format in 
im2rec.py
URL: https://github.com/apache/incubator-mxnet/pull/7348#discussion_r131528453
 
 

 ##########
 File path: tools/im2rec.py
 ##########
 @@ -11,7 +11,6 @@
 import cv2
 import time
 import traceback
-from builtins import range
 
 Review comment:
   In Python 2.x, need to install the "future" package to use the "builtins" 
function. so this line was removed.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to