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
초급자
1,360 조회수

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 포인트
2 응답
Roy_A_Intel
직원
1,360 조회수

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 포인트
dliu55
초급자
1,360 조회수

Hi Roy:

 I got it. Thank you!

0 포인트
응답