You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/07/31 17:56:10 UTC

[GitHub] piiswrong commented on a change in pull request #7265: add getitem to container layers

piiswrong commented on a change in pull request #7265: add getitem to container layers
URL: https://github.com/apache/incubator-mxnet/pull/7265#discussion_r130414949
 
 

 ##########
 File path: python/mxnet/gluon/block.py
 ##########
 @@ -162,6 +162,9 @@ def __setattr__(self, name, value):
     def _alias(self):
         return self.__class__.__name__.lower()
 
+    def __len__(self):
 
 Review comment:
   don't add len to base block yet
 
----------------------------------------------------------------
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