You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: