- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page