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 2020/01/13 19:33:33 UTC

[GitHub] [incubator-mxnet] sxjscience opened a new issue #17289: [Feature Request] Port features in GluonCV, GluonNLP..., back to MXNet

sxjscience opened a new issue #17289: [Feature Request] Port features in GluonCV, GluonNLP..., back to MXNet
URL: https://github.com/apache/incubator-mxnet/issues/17289
 
 
   ## Description
   Some useful functionalities of MXNet are implemented in GluonCV, GluonNLP, etc.. I think we should port some reusable features back to MXNet to improve the user's experience. For example, we can port the following extensions
   
   - batchify function: https://github.com/dmlc/gluon-nlp/blob/master/src/gluonnlp/data/batchify/batchify.py
   - learning rate scheduler: https://github.com/dmlc/gluon-cv/blob/master/gluoncv/utils/lr_scheduler.py
   - initializers: https://github.com/dmlc/gluon-nlp/blob/master/src/gluonnlp/initializer/initializer.py
   
   
   ## Related Issues:
   https://github.com/apache/incubator-mxnet/issues/16767, https://github.com/apache/incubator-mxnet/issues/17224

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