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,
May I know if your model is train in FP16 or FP32 format? If yes then you can directly use the model optimizer script to convert the model to be OpenVINO compliance. Then you should be able to run it as with FPGA.
- pgleb7 years ago
New Contributor
Thank you for the answer. My model has FP32 format of weights. As I know Model optimizer converts TF model into Intermediate Representation. But what I should do next to prepare data for FPGA?