From b4b7bfb20705c8ac5e86caf7b69e709c77b2cc06 Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Thu, 12 Sep 2019 07:31:32 -0700 Subject: [PATCH] Update env_var.md (#16145) --- docs/faq/env_var.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/env_var.md b/docs/faq/env_var.md index b33a104fd315..ca5292c3a294 100644 --- a/docs/faq/env_var.md +++ b/docs/faq/env_var.md @@ -127,10 +127,10 @@ $env:MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0 - Values: Int ```(default=15)``` - The maximum number of nodes in the subgraph executed in bulk during training (not inference). Setting this to a larger number may reduce the degree of parallelism for multi-GPU training. * MXNET_EXEC_BULK_EXEC_MAX_NODE_TRAIN_FWD - - Values: Int ```(default=)``` + - Values: Int ```(default=)``` - The maximum number of nodes in the subgraph executed in bulk during training (not inference) in the forward pass. * MXNET_EXEC_BULK_EXEC_MAX_NODE_TRAIN_BWD - - Values: Int ```(default=)``` + - Values: Int ```(default=)``` - The maximum number of nodes in the subgraph executed in bulk during training (not inference) in the backward pass. ## Control the Data Communication