Forum Discussion
JohnT_Altera
Regular Contributor
6 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.
pgleb
New Contributor
6 years agoThank 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?