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/01 06:52:46 UTC

[GitHub] wkcn commented on issue #14284: Allow gluon blocks to register lists of blocks as attributes

wkcn commented on issue #14284: Allow gluon blocks to register lists of blocks as attributes
URL: https://github.com/apache/incubator-mxnet/pull/14284#issuecomment-468563353
 
 
   The PR is good.
   I do not know whether there is a conflict between this PR and HybridConcurrent.
   
   For example, 
   ```python
   a = [Block1(), Block2()]
   HybridConcurrent(a)
   ```

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