apeforest commented on a change in pull request #12666: [WIP] Horovod support for MXNet URL: https://github.com/apache/incubator-mxnet/pull/12666#discussion_r226116481
########## File path: python/mxnet/module/python_module.py ########## @@ -93,7 +93,7 @@ def output_shapes(self): ################################################################################ # Parameters of a module ################################################################################ - def get_params(self): + def get_params(self, copy_to_cpu=True): Review comment: Why is this argument needed here? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services