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.

Weight from Model Optimiser Output

GMath7
Beginner
265 Views

Can you please guide me how, i can get weight values of a trained model from its IR form(xml and bin). I have converted a trained model to its IR (bin and xml) using Model Optimiser. I would like to know the weight values from the bin file to check whether I have correctly done the conversion. I have read the IR using the command below.

net = IENetwork.from_ir(model=<path_to_xml_file>, weights=<path_to_bin_file>)

It would be great if someone can help me at the earliest.

 

 

0 Kudos
0 Replies
Reply