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/03/09 00:30:30 UTC

[GitHub] [incubator-mxnet] kice commented on issue #13346: Aggregate SGD

kice commented on issue #13346: Aggregate SGD
URL: https://github.com/apache/incubator-mxnet/pull/13346#issuecomment-471124605
 
 
   Missing type information for some parameteres
   
   E.g. From here https://mxnet.incubator.apache.org/api/python/symbol/symbol.html#mxnet.symbol.multi_mp_sgd_mom_update
   
   ```
   lrs (tuple of , required) – Learning rates.
   ```
   
   And `OpWrapperGenerator.py` also complains this
   ```
   argument "lrs" of operator "multi_sgd_update" has unknown type ", required"
   argument "wds" of operator "multi_sgd_update" has unknown type ", required"
   argument "lrs" of operator "multi_sgd_mom_update" has unknown type ", required"
   argument "wds" of operator "multi_sgd_mom_update" has unknown type ", required"
   argument "lrs" of operator "multi_mp_sgd_update" has unknown type ", required"
   argument "wds" of operator "multi_mp_sgd_update" has unknown type ", required"
   argument "lrs" of operator "multi_mp_sgd_mom_update" has unknown type ", required"
   argument "wds" of operator "multi_mp_sgd_mom_update" has unknown type ", required"
   ```
   

----------------------------------------------------------------
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