apeforest commented on a change in pull request #17010: [API] unified API for 
custom kvstores
URL: https://github.com/apache/incubator-mxnet/pull/17010#discussion_r357850748
 
 

 ##########
 File path: python/mxnet/__init__.py
 ##########
 @@ -84,22 +86,20 @@
 from . import test_utils
 
 from . import rnn
-
 from . import gluon
 
-# Dynamic library module should be done after ndarray and symbol are 
initialized
-from . import library
-from . import tvmop
-
-__version__ = base.__version__
-
+# use mx.kv as short for kvstore
 # Dist kvstore module which launches a separate process when role is set to 
"server".
 
 Review comment:
   Maybe you also want to update the comment here. In the case of HVD, there 
will be no "server" process.

----------------------------------------------------------------
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

Reply via email to