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

ERROR: cannot find load function for operator: Sigmoid #34

Closed
ghimiredhikura opened this issue Aug 6, 2018 · 4 comments
Closed

ERROR: cannot find load function for operator: Sigmoid #34

ghimiredhikura opened this issue Aug 6, 2018 · 4 comments

Comments

@ghimiredhikura
Copy link

ghimiredhikura commented Aug 6, 2018

Hello,

I was testing some version of MobileNetV2 in tengine and got error as in title. looks like there is no function for operator Sigmoid. Any solution?

@lyuchuny3
Copy link
Contributor

I'd like to know your mobilenetv2 is caffemodel/tensorflow/mxnet, any link for your deploy model?

@ghimiredhikura
Copy link
Author

its caffemodel. here is .caffemodel and .prototxt
https://drive.google.com/drive/folders/1mbs_u8to4bPycUk2coUiXuXb-IduT5EW

@lyuchuny3
Copy link
Contributor

You can implemenet this layer yourself, ref: https://github.com/OAID/Tengine/blob/master/doc/operator_dev.md . This doc shows you how to implement a new layer step-by-steps.

And we will take this model into consideration for our to_support_models. Thanks.

@ghimiredhikura
Copy link
Author

Thanks.

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

2 participants