You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/18 19:32:52 UTC

[GitHub] anirudh2290 commented on a change in pull request #9124: Removing the PYTHONPATH inserts from the examples to avoid portabiliity issues.

anirudh2290 commented on a change in pull request #9124: Removing the PYTHONPATH inserts from the examples to avoid portabiliity issues.
URL: https://github.com/apache/incubator-mxnet/pull/9124#discussion_r157579002
 
 

 ##########
 File path: example/ctc/ocr_predict.py
 ##########
 @@ -21,8 +21,6 @@
 from __future__ import print_function
 import sys, os
 curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
-sys.path.append("../../amalgamation/python/")
-sys.path.append("../../python/")
 
 from mxnet_predict import Predictor
 
 Review comment:
   After removing the amalgamation python path insert above, does this still work ?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services