- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
