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
I can see there is toolchain for aarch64 arm device, so we can build in RPiB3 with 64-bit OS.
How about raspbian os which has armv7l. How can I build in such device.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello Ghimiredhikura,
The code support ARMv7, but we did not provide ARMv7 toolchain for users in the master branch.
If you are using Raspberry Pi, it is actually a 64-bit chip using Cortex-A53. I suggest you to burn a 64-bit OS on your device to gain better performance. This address (https://github.com/bamarni/pi64) provides a 64-bit OS for Raspberry Pi.
I was trying to run alexnet, mobilenetv1, mobilenetv2, resnet50, squeezenet_v1_1 using feathercnn. The model conversion was successful, but while running via benchmark feather_benchmark it is giving Segmentation fault. Below I have uploaded sample caffemodel and converted *.feathermodel. Please have a look what is causing the problem. Yes, the preconverted model in data folder works without any problem.
I can see there is toolchain for aarch64 arm device, so we can build in RPiB3 with 64-bit OS.
How about raspbian os which has armv7l. How can I build in such device.
Thanks.
The text was updated successfully, but these errors were encountered: