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 in testing resnet50 #16

Closed
ghimiredhikura opened this issue Jun 7, 2018 · 5 comments
Closed

error in testing resnet50 #16

ghimiredhikura opened this issue Jun 7, 2018 · 5 comments

Comments

@ghimiredhikura
Copy link

I got following error while testing tengine resnet50 in my ubuntu machine. I kept default setting in etc/config file. Any idea please?

./RESNET images/air.jpg ../../../models/resnet50/
Successfully load plugin : ../../build/operator/liboperator.so
OPERATOR PLUGIN INITED
Successfully load plugin : ../../build/serializer/libserializer.so
SERIALIZER PLUGIN INITED
Successfully load plugin : ../../build/executor/libexecutor.so
Register reference's operators
EXECUTOR PLUGIN INITED
Successfully load plugin : ../../build/driver/libdriver.so
DEV ENGINE PLUGIN INITED
Driver: RK3399 probed 5 devices
tensor: prob created by node: prob is not consumed
add the node: prob into output list
load resnet50 model done!
failed to set node ops for node: res2a op: Eltwise
graph_task.cpp:103 failed to Prerun task on dev executor: cpu.rk3399.a72.all
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
graph_task.cpp:193 bad status: CREATED
Segmentation fault (core dumped)

@lyuchuny3
Copy link
Contributor

lyuchuny3 commented Jun 11, 2018

I can run it successfully with default etc/config. Could you please verify your resnet50 model. You can find all the model files required by the examples in [Tengine model zoo)[https://pan.baidu.com/share/init?surl=LXZ8vOdyOo50IXS0CUPp8g] ,(psw: 57vb)

@ghimiredhikura
Copy link
Author

ghimiredhikura commented Jun 11, 2018

well, thank you for your response. I will test with the models in tengine model zoo.
I wanted to use tengine to test caffe SFD model for face detection. But it was unsuccessful and gives same error.
https://github.com/sfzhang15/SFD
I would love to hear your experience if you test above model.
Thanks.

@lyuchuny3
Copy link
Contributor

It seems that SFD is based on SSD. Tengine will release a new version to support ssd operators in these two weeks. You can try at that time.

@ghimiredhikura
Copy link
Author

Yes SFD is based on SSD. That is great news, waiting to test SFD in Tengine. Thanks.

@derek-zr
Copy link

@ghimiredhikura I also try SFD on tengine. The model was tranformed to tmfile successfully. But when i run it, i get the error: infer shaped for node: node_102 op: Eltwise failed. Have you test SFD on tengine successfully?

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