anirudhacharya commented on a change in pull request #12152: [MXNET-696] Fix profiler executer when memonger is used URL: https://github.com/apache/incubator-mxnet/pull/12152#discussion_r210102664
########## File path: example/profiler/README.md ########## @@ -5,7 +5,9 @@ Please refer to [this link](http://mxnet.incubator.apache.org/faq/perf.html?high for visualizing profiling results and make sure that you have installed a version of MXNet compiled with `USE_PROFILER=1`. -- profiler_executor.py. To run this example, simply type `python profiler_executor.py` in terminal. +- profiler_executor.py. To run this example, +1. clone mxnet-memonger (git clone https://github.com/dmlc/mxnet-memonger.git). Add path to mxnet-memonger to PYTHONPATH Review comment: why do we need to clone the ``mxnet-memonger`` repo? And in this line - "Add path to mxnet-memonger to PYTHONPATH" do you mean, "Add ``mxnet-memonger`` folder to PYTHONPATH" ---------------------------------------------------------------- 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
