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/08/15 16:09:10 UTC

[GitHub] chsin commented on issue #12176: MXPredReshape bug: need to reshape softmax_label

chsin commented on issue #12176: MXPredReshape bug: need to reshape softmax_label
URL: https://github.com/apache/incubator-mxnet/pull/12176#issuecomment-413247433
 
 
   @chinakook, To predict using the C API, you use `MXPredCreate` to load the pretrained symbols and weights and this works fine for [all the mxnet pretrained models that use SoftmaxOutput](http://data.mxnet.io/models/imagenet/), but the problem is that `MXPredReshape` doesn't work even though the models that were loaded properly. This causes reshape to fail for all the pretrained mxnet models (almost all use SoftmaxOutput) even though predcreate is fine. This is not an acceptable situation. I don't quite understand your comment, but you seem to be suggesting that this inconsistency is acceptable coding practice and it is the user that needs to clean up this mess by writing a script?

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