- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using 2020.1, I've been converting models using compile_tool with some success but hit a problem with a specific model. I saw that myriad_compile existed and tried that and ended up with a working model. Why are there two compilers (I could only find docs for compile_tool)?
The two command-lines I've been using are:
compile_tool -m frozen-model.xml -d MYRIAD -ip U8 -VPU_MYRIAD_PLATFORM VPU_MYRIAD_2480 -VPU_NUMBER_OF_SHAVES 7 -VPU_NUMBER_OF_CMX_SLICES 7
and:
myriad_compile -m frozen-model.xml -ip U8 -VPU_MYRIAD_PLATFORM VPU_MYRIAD_2480 -VPU_NUMBER_OF_SHAVES 7 -VPU_NUMBER_OF_CMX_SLICES 7
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
I had tried both compile_tool and myriad_compile with myriad device.
My finding for this is, they both have the same purpose which is to enables you to dump a loaded executable network blob.
The difference is myriad_compile is specifically meant to be used with myriad device and if you noticed, you don't have to insert -d MYRIAD to it.
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question
Sincerely,
Iffa

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page