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/02/28 20:17:06 UTC

[GitHub] ifeherva opened a new pull request #14284: Allow gluon blocks to register lists of blocks as attributes

ifeherva opened a new pull request #14284: Allow gluon blocks to register lists of blocks as attributes
URL: https://github.com/apache/incubator-mxnet/pull/14284
 
 
   ## Description ##
   Currently gluon Blocks (and Hybridblocks) register attributes' parameters if they are of type Parameter or Block. However, in certain cases one wants to add a list of blocks (or parameters) whose size is only known in runtime.
   
   I am proposing here a small improvement, please advise if this idea even makes sense or is already covered by a similar functionality.
   
   
   

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