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/11/12 19:26:15 UTC

[GitHub] Roshrini commented on issue #13116: onnx softmaxoutput fix

Roshrini commented on issue #13116: onnx softmaxoutput fix
URL: https://github.com/apache/incubator-mxnet/pull/13116#issuecomment-438000115
 
 
   get_inputs(node, kwargs) method which was getting used works on all the inputs whereas for SoftmaxOutput operator we are using single input. So, iterating on all the inputs gave OutOfIndex error.
   This bug was introduced while cleaning up the code - https://github.com/apache/incubator-mxnet/pull/12878
   

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