Zheweiqiu commented on issue #15892: retinaface model to onnx
URL: 
https://github.com/apache/incubator-mxnet/issues/15892#issuecomment-525100862
 
 
   > > 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.
   
   I tried remove the attribute mode for softmax operator but got the following 
error:
   AttributeError: No conversion function registered for op type UpSampling yet.
   I believe same problem will be encountered even if I retrain the model and I 
see this issue is still working in progress.
   Thanks for your reply!

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to