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 2018/03/23 00:48:16 UTC

[GitHub] rahul003 commented on a change in pull request #10213: [MXNET-16] move nnvm & dmlc-core to 3rdparty

rahul003 commented on a change in pull request #10213: [MXNET-16] move nnvm & dmlc-core to 3rdparty
URL: https://github.com/apache/incubator-mxnet/pull/10213#discussion_r176613942
 
 

 ##########
 File path: tools/launch.py
 ##########
 @@ -26,7 +26,7 @@
 import logging
 
 curr_path = os.path.abspath(os.path.dirname(__file__))
-sys.path.append(os.path.join(curr_path, "../dmlc-core/tracker"))
+sys.path.append(os.path.join(curr_path, "..3rdparty/dmlc-core/tracker"))
 
 Review comment:
   I think there should be a slash before 3rdparty?

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