RKhaz
New Contributor
6 years agoDevelop a complete RESNET33 model on Fpga using Vhdl.
Hello,
I am working on the ZYNQ Fpga, my task is to develop a complete RESNET33 model on Fpga using Vhdl. I will not be training the model but using the pre-trained weights, hence I will be doing only the inference part.
So far I have developed a single layer of CNN(Zero-padding, Convolution, ReLu, Bias, MaxPool). I need some insights from you, am I heading in the right direction?
Is it possible to implement on Vhdl or should i chang approach to a more easy way?
Please note: Input Image is a grayscale bit stream.