Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ncnn 不支持 mxnet mobilefacenet 一些层? #646

Closed
ronyuzhang opened this issue Nov 8, 2018 · 2 comments
Closed

ncnn 不支持 mxnet mobilefacenet 一些层? #646

ronyuzhang opened this issue Nov 8, 2018 · 2 comments

Comments

@ronyuzhang
Copy link

error log:
BlockGrad not supported yet!
one_hot not supported yet!

depth=2

off_value=0.0

on_value=1.0

pick not supported yet!

axis=1

where not supported yet!

@nihui
Copy link
Member

nihui commented Nov 19, 2018

训练相关的op,转换时可以不用管,用的时候做成noop
https://github.com/Tencent/ncnn/wiki/FAQ-ncnn-throw-error#layer-xyz-not-exists-or-registered

@nihui nihui closed this as completed Nov 19, 2018
@sf7509
Copy link

sf7509 commented Jan 16, 2019

参照代码加上 Noop

但是android下ndk-build 出现:

cnn/jni/test.cpp:typeinfo for Noop: error: undefined reference to 'typeinfo for ncnn::Layer'

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants