Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

How to optimize my tensorflow model to FP16 ?

dliu55
Beginner
930 Views

There is "--data_type" parameter in mo_caffe.py to transfer to FP16 , but these is none in mo.tf.py. How to transfer tensorflow model to FP16 ?

0 Kudos
2 Replies
Roy_A_Intel
Employee
930 Views

Hi dilu55,

The --data_type parameter is also available for mo_tf.py.  It is not mentioned in the documentation but running python mo_tf.py --help will give you all the list of acceptable parameters( including this of course).

0 Kudos
dliu55
Beginner
930 Views

Hi Roy:

 I got it. Thank you!

0 Kudos
Reply