eric-haibin-lin commented on a change in pull request #17010: [API] unified API for custom kvstores URL: https://github.com/apache/incubator-mxnet/pull/17010#discussion_r357867993
########## 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: Sure. I think there will be a separate PR for unifying the launching method of different backends, but yes I can add some clarification here in the doc first ---------------------------------------------------------------- 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
