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 2017/11/20 22:05:14 UTC

[GitHub] rahul003 commented on a change in pull request #8728: 2bit gradient compression

rahul003 commented on a change in pull request #8728: 2bit gradient compression
URL: https://github.com/apache/incubator-mxnet/pull/8728#discussion_r152124569
 
 

 ##########
 File path: python/mxnet/module/module.py
 ##########
 @@ -61,10 +61,16 @@ class Module(BaseModule):
         Instead they are initialized to 0 and can be set by `set_states()`.
     group2ctxs : list of dict of str to context
         Default is `None`. Mapping the `ctx_group` attribute to the context assignment.
+    compression_params : dict
 
 Review comment:
   Should I make this `grad_compression_params` ? 

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


With regards,
Apache Git Services