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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Please use a Native build with gcc 4 as explained below, higher compiler versions currently cause test failures on ARM
The following command will build a container with dependencies and tools and then compile MXNet for ARMv7. The resulting artifact will be located in build/mxnet-x.x.x-py2.py3-none-any.whl, copy this file to your Raspberry Pi.
ci/build.py -p armv7
I can't find the ci/build.py . command ?
is it a docker image I tried : docker run ci/build.py -p armv7 no such image ?
1 - What is the exact steps for compiling mxnet in docker which is host machine is mac os x. ?
2 - I compiled on the Raspberry pi 3 but when I try to load models it gives Segmentation fault ?