zheshipinyinMc / arcface_retinaface_mxnet2onnx

arcface and retinaface model convert mxnet to onnx.
59 stars 19 forks source link

Modify json SoftMaxActivition to softmax also convert error #7

Open zhouyongxyz opened 3 years ago

zhouyongxyz commented 3 years ago

image

AttributeError: No conversion function registered for op type SoftmaxActivation yet.

问一下,我安装你的说法改了 json 中的op ,但是转换的时候还是报相同的错误,总共改了3处。

zheshipinyinMc commented 3 years ago

如果op已经由SoftmaxActivation改为softmax,怎么会报SoftmaxActivation的错误?

PhenomenalOnee commented 1 year ago

remove the old json file with SoftmaxActivation op or better copy param and new json file with softmax (make sure both names are same as orginial files) in new folder than convert