Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

How to manage the parameters units when using Mxnet for distributed deep learning? #16387

Answered by roywei
ChrisQiqiang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ChrisQiqiang , it depends on what do you want to achieve when you pack them and transfer together.
I believe the parameters are still been updated one by one according to here: https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/trainer.py#L361
However, KV store APIs allows you to update several keys together: https://mxnet.incubator.apache.org/api/python/docs/api/kvstore/index.html

You may want to ask questions on our discussion forums:
English: https://discuss.mxnet.io
Chinese: https://discuss.gluon.ai/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by szha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #16387 on September 05, 2020 19:32.