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 2018/09/28 18:43:24 UTC

[GitHub] safrooze commented on issue #9288: Get HybridBlock layer shape on runtime

safrooze commented on issue #9288: Get HybridBlock layer shape on runtime
URL: https://github.com/apache/incubator-mxnet/issues/9288#issuecomment-425529905
 
 
   @ShoufaChen At the moment you only have one good option: define a `self.shape` in your block and add a `set_shape()` function that you call from the training top level using data's shape before you pass data into the function. 

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