Forum Discussion
Altera_Forum
Honored Contributor
7 years agoWell, the only available open-source OpenCL based FPGA design for CNN inference is pipecnn (https://github.com/doonny/pipecnn)
and it only support AlexNet and VGG for now. For SSD and MobileNet, you need dilate convolution and separable convolution, neither is supported by PipeCNN. Either wait for Intel to release CNN library for FPGA, or implement those missing parts based on PipeCNN (actually I'm also trying to do that).