HMaha5
New Contributor
6 years agoHow to get better frame rate for ResNet50 implementation on Intel FPGA SDK?
Hi,
We are implementing ResNet101 on arria10, using Intel FPGA SDK. We have found an open source repository called PipeCNN,
https://github.com/doonny/PipeCNN
where they have implemented ResNet50 with FP8. But the frame rate that is achieved is 10fps, which is very low as compared to other edge platforms.
Following are our questions
- Are there optimized libraries available which can be used instead of hand coding/reusing GIT based code for some of the implementation. Please note that our FPGA will have custom peripherals also. So we cannot use OpenVino, because there we can not customize ips.
- We are already experimenting with LANE_NUM and VEC_SIZE(parameters used in the open source code. These parameters are used to make the implementation parallel). Are there any other options to try out?