eric-haibin-lin commented on a change in pull request #13721: [WIP] Fixes for
trainer with update_on_kvstore=False
URL: https://github.com/apache/incubator-mxnet/pull/13721#discussion_r244213782
##########
File path: python/mxnet/gluon/trainer.py
##########
@@ -28,6 +28,13 @@ class Trainer(object):
"""Applies an `Optimizer` on a set of Parameters. Trainer should
be used together with `autograd`.
+ .. note::
+
+ `update_on_kvstore=False` is not supported in the following cases:
Review comment:
Thanks! I'll update the documentation. Does the rest of the changes look
good?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services