MarsTechHAN / keras2ncnn

A keras h5df to ncnn model converter
MIT License
89 stars 19 forks source link

Operator Permute not support #19

Open ZhanguoChang opened 3 years ago

ZhanguoChang commented 3 years ago

Operator Permute not support, what should I do?

MarsTechHAN commented 3 years ago

Hi, you need to attach the error message and upload your model. Permute is currently not supported by the converter since I don't have model that require permute. I will add the op once I have the model for testing.