MarsTechHAN / keras2ncnn

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

An issue in model conversion #11

Closed rose-jinyang closed 3 years ago

rose-jinyang commented 3 years ago

Hello How are you? Thanks for contributing this project. I met an issue when converting the vggface2 model, which is based on ResNet50 model.

image

I tried this conversion on both tf1.x and tf2.x but failed. I send the source Keras model. https://we.tl/t-MjAHF2SPiK Please fix the issue asap. Thanks

MarsTechHAN commented 3 years ago

It should work since fac474a, version 0.1.1 on pip.

rose-jinyang commented 3 years ago

Thanks