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 2019/06/17 21:34:02 UTC

[GitHub] [incubator-mxnet] yuxihu commented on issue #15260: Gluon Trainer fails with Horovod DistributedTrainer

yuxihu commented on issue #15260: Gluon Trainer fails with Horovod DistributedTrainer
URL: https://github.com/apache/incubator-mxnet/issues/15260#issuecomment-502859596
 
 
   This is not the correct way of using DistributedTrainer. [DistributedTrainer](https://github.com/horovod/horovod/blob/master/horovod/mxnet/__init__.py#L83) is a subclass of Gluon Trainer which takes MXNet optimizer as an argument. You cannot pass a Gluon Trainer to DistributedTrainer.

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


With regards,
Apache Git Services