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.