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

Running benchmark with SqueezeNet model, segmentation fault occured #33

Open
delemelo-mobica opened this issue Feb 5, 2019 · 2 comments

Comments

@delemelo-mobica
Copy link

delemelo-mobica commented Feb 5, 2019

Platform: Hikey960 / Linux Debian 4.4.74 aarch64 GNU/Linux
Model: ./data/squeezenet.feathermodel from (http://hpcc.siat.ac.cn/jintao/feathercnn/)
Input data: ./data/input_3x224x224.txt

Description:
On running the benchmark test using squeezenet.feathermodel, i get a run-time error (Segmentation fault).

The issue occurs when a release (master branch) ahead of e8f2d95 is used.i.e it occurs in the next release "add implementation for reshape layer - d12e42b".

Please see logs below: -

root@debian:~/feather# ./feather_benchmark ./data/squeezenet.feathermodel ./data/input_3x224x224.txt 20 4
++++++Start Loader++++++
Finished loading from file
bottom name fire2/relu_squeeze1x1 ptr 0x557515ffc0
Output shape 128 55 55
bottom name fire3/relu_squeeze1x1 ptr 0x5575160a70
Output shape 128 55 55
bottom name fire4/relu_squeeze1x1 ptr 0x5575161520
Output shape 256 55 55
bottom name fire5/relu_squeeze1x1 ptr 0x5575178da0
Output shape 256 27 27
bottom name fire6/relu_squeeze1x1 ptr 0x55751904e0
Output shape 384 27 27
bottom name fire7/relu_squeeze1x1 ptr 0x5575190f90
Output shape 384 27 27
bottom name fire8/relu_squeeze1x1 ptr 0x5575191a40
Output shape 512 27 27
bottom name fire9/relu_squeeze1x1 ptr 0x557519cf40
Output shape 512 13 13
input size 150528 parts size 150528
Segmentation fault

@Mengjintao
Copy link
Contributor

Mengjintao commented Feb 14, 2019

Hi Dele,
Can you use squeezenet v1.1 first, the model can be download here: http://hpcc.siat.ac.cn/jintao/feathercnn/feathermodels/squeezenet. I am fixing the v1.0 model and will close this issue afterward.

Thanks,
Jintao

@delemelo-mobica
Copy link
Author

delemelo-mobica commented Feb 14, 2019 via email

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