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/12/31 06:39:42 UTC

[GitHub] wkcn commented on issue #13748: custom loss cause "kernel died" in Jupyter notebook

wkcn commented on issue #13748: custom loss cause "kernel died" in Jupyter notebook
URL: https://github.com/apache/incubator-mxnet/issues/13748#issuecomment-450613242
 
 
   Could you please print the shape of inputs and outputs when backward?
   It seems that there is shape unmatched.
   
   self.assign(in_grad[0], req[0], (out_data[0] - in_data[1].reshape((-1,1)) ))

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