You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/03 03:31:44 UTC

[GitHub] solin319 commented on a change in pull request #8373: distribute training in fp16

solin319 commented on a change in pull request #8373: distribute training in fp16
URL: https://github.com/apache/incubator-mxnet/pull/8373#discussion_r148706041
 
 

 ##########
 File path: src/kvstore/kvstore_dist.h
 ##########
 @@ -45,12 +45,14 @@ namespace kvstore {
  * it's the server node's job to control the data consistency among all
  * workers. see details on \ref ServerHandle::Start
  */
+
+template <typename DType>
 class KVStoreDist : public KVStoreLocal {
 
 Review comment:
   Yes, pslite worker is defined in the init function.
   We must let PSLite know which type data to transmit.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services