How to convert the fp32 to fp16 models? #20745
-
Greetings! I would like to convert a f32 to a f16 for a lower size for my better ram usage the model can be found here; could someone please convert this model to a f16 model and share it with us? or can someone please tell me how to do it? kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Amin456789 |
Beta Was this translation helpful? Give feedback.
Hi @Amin456789
Please, use OpenVINO conversion tool to convert model to FP16 https://docs.openvino.ai/2023.1/openvino_docs_model_processing_introduction.html
This tool saves model to FP16 by default (
compress_to_fp16
isTrue
by default)