Tencent / FeatherCNN

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

cannot execute binary file.这个是我在PC上的linux出错了,请问是什么问题呢 #26

Closed YuxuanXie closed 6 years ago

YuxuanXie commented 6 years ago

bash: ./feather_benchmark: cannot execute binary file: Exec format error

Mengjintao commented 6 years ago

Hi SummerLife, We provide cross compiler support for X86 platform, but the execute binary file can not run on X86 platform. You need to copy this file to an ARM platform and test it as you wish.

Best, Jintao Meng

YuxuanXie commented 6 years ago

I got it. Many thanks!