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 2017/11/27 22:27:28 UTC

[GitHub] MoritzMaxeiner commented on issue #8836: Backward shape inconsistent with custom HybridBlock and gluon.loss

MoritzMaxeiner commented on issue #8836: Backward shape inconsistent with custom HybridBlock and gluon.loss
URL: https://github.com/apache/incubator-mxnet/issues/8836#issuecomment-347349872
 
 
   After further experimentation it seems that the reshape operation
   ```python
   F.reshape(a, shape=(0,1,self.feature_size, self.output_size)
   ```
   is the issue here, as it works fine when I move it outside of the `hybrid_forward` and perform it on the NDArray result.

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