From 1cfd41d8d4eb902697bb0d127ef7ef90894ba692 Mon Sep 17 00:00:00 2001 From: Haibin Lin Date: Wed, 11 Sep 2019 13:40:43 -0700 Subject: [PATCH] Update env_var.md --- 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