We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I want to deploy a pruned model (inception v4) on Zedboard using ARM compute library, but I don't know how to do it !!
Any help please??
Thank you
Hi,
I don't know zedboard, but presuming a Linux or Android OS, there are some tutorials to help.
Most ACL material is on the github, and the ACL team are good at answering Issues there.
This tutorial, with AlexNet and Raspberry Pi should be very useful, and hopefully you can adapt from Pi to zedboard, and then replace AlexNet with your own CNN-based network.
Their documentation is on github as well, and will be very helpful for the more detailed questions.