vandanavk commented on issue #15892: retinaface model to onnx
URL: 
https://github.com/apache/incubator-mxnet/issues/15892#issuecomment-524954629
 
 
   > Thanks @vandanavk for trying out. I go this error at first. After I 
googled, according to this [answer](https://github.com/onnx/onnx/issues/1954) I 
replace all "SoftmaxActivation" with "softmax" in the *.json file. Then I got 
the error stated in the question. Do I need to re-train the model using op 
"softmax" instead of "SoftmaxActivation"?
   > Thanks!
   
   Retraining with softmax would be the best solution, since SoftmaxActivation 
has been deprecated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to