eric-haibin-lin commented on a change in pull request #15124: [MXNET-1294]
Priority-based parameter propagation for improved data parallel training
throughput
URL: https://github.com/apache/incubator-mxnet/pull/15124#discussion_r291461181
##########
File path: src/kvstore/kvstore_dist.h
##########
@@ -55,7 +55,7 @@ class KVStoreDist : public KVStoreLocal {
ps::kWorkerGroup + ps::kServerGroup + ps::kScheduler);
}
}
- bigarray_bound_ = dmlc::GetEnv("MXNET_KVSTORE_BIGARRAY_BOUND", 1000 *
1000);
+ bigarray_bound_ = dmlc::GetEnv("MXNET_KVSTORE_BIGARRAY_BOUND", 40 * 1000);
Review comment:
Changing this also affects the Encoding logic for row sparse arrays, and
compressed arrays.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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