This is an automated email from the ASF dual-hosted git repository.

skm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new d43b786  Update env_var.md (#12702)
d43b786 is described below

commit d43b7860819a0bd8f51025ad9d0df4981c25293a
Author: Haibin Lin <[email protected]>
AuthorDate: Wed Oct 10 11:20:13 2018 -0700

    Update env_var.md (#12702)
---
 docs/faq/env_var.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/faq/env_var.md b/docs/faq/env_var.md
index fd4c16b..0464c73 100644
--- a/docs/faq/env_var.md
+++ b/docs/faq/env_var.md
@@ -147,7 +147,7 @@ $env:MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
 
 ## Control the profiler
 
-When USE_PROFILER is enabled in Makefile or CMake, the following environments 
can be used to profile the application without changing code. Execution options 
may affect the granularity of profiling result. If you need profiling result of 
every operator, please set MXNET_EXEC_BULK_EXEC_INFERENCE and 
MXNET_EXEC_BULK_EXEC_TRAIN to 0.
+When USE_PROFILER is enabled in Makefile or CMake, the following environments 
can be used to profile the application without changing code. Execution options 
may affect the granularity of profiling result. If you need profiling result of 
every operator, please set `MXNET_EXEC_BULK_EXEC_INFERENCE`, 
`MXNET_EXEC_BULK_EXEC_MAX_NODE_TRAIN` and `MXNET_EXEC_BULK_EXEC_TRAIN` to 0.
 
 * MXNET_PROFILER_AUTOSTART
   - Values: 0(false) or 1(true) ```(default=0)```

Reply via email to