Forum Discussion
pgleb
New Contributor
7 years agoImplement and run the existing SSD network on the FPGA?
I have the SSD convolutional network that is currently working on the Android device. How it is possible to run this network on Intel FPGA? The network is in the protobuf (TF) format. The first thi...
JohnT_Altera
Regular Contributor
7 years agoHi,
After converting it then you can run it directly using the new convert model (xml) file. There is no different compare to the existing model.
pgleb
New Contributor
7 years agoIs it possible to emulate inference of FPGA model representation on the CPU?