Tencent / FeatherCNN

FeatherCNN is a high performance inference engine for convolutional neural networks.
1.21k stars 284 forks source link

test error #3

Closed liupengkd closed 6 years ago

liupengkd commented 6 years ago

when I run the feather_benchmark,like this: ./feather_benchmark ./data/mobilenet.feathermodel ./data/input_3x224x224.txt 20 4 can't run: bash: ./feather_benchmark: cannot execute binary file: 可执行文件格式错误

Mengjintao commented 6 years ago

Can you provide more information about your hardware architecture and OS with the following commands: '''cat /proc/cpuinfo''' and ''' cat /proc/version'''

turbo0628 commented 6 years ago

Seems you are running on the wrong machine, like, compile for ARM target but run on x86 hosts.