Запуск hexagon_graph_execution_test на физическом устройстве

Я следовал за учебником в: и построил мои библиотеки и hexagob_execution_graph. Однако, когда я использую любые замороженные модели inceptionv3, кроме оригинальной, предоставленной TF, я получаю эту ошибку на устройстве HVX:

WARNING: linker: Warning: unable to normalize ""
Running main() from test_main.cc
Note: Google Test filter = GraphTransferer.RunInceptionV3OnHexagonExampleWithTfRuntime
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GraphTransferer
[ RUN      ] GraphTransferer.RunInceptionV3OnHexagonExampleWithTfRuntime
native : hexagon_graph_execution_test.cc:519 Fuse and run inception v3 on hexagon with tf runtime
native : hexagon_graph_execution_test.cc:94 Hexagon controller version is 92
native : hexagon_graph_execution_test.cc:142 Read /data/local/tmp/img_299x299.bmp, size = 269156bytes
native : hexagon_graph_execution_test.cc:148 header size = 54
native : hexagon_graph_execution_test.cc:150 image size = 40
native : hexagon_graph_execution_test.cc:152 width = 299
native : hexagon_graph_execution_test.cc:154 height = -299
native : hexagon_graph_execution_test.cc:533 Ioading image finished.
t1(loading image time)=0.028685
native : hexagon_graph_execution_test.cc:546 Build fused graph
native : op_kernel.cc:1142 OpKernel ('op: "PopulationCount" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_INT64 }
} }') for unknown op: PopulationCount
native : op_kernel.cc:1142 OpKernel ('op: "PopulationCount" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_INT32 }
} }') for unknown op: PopulationCount
native : op_kernel.cc:1142 OpKernel ('op: "BitwiseOr" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_UINT16 } } }')
 for unknown op: BitwiseOr
...
native : remote_fused_graph_execute_utils.cc:259 Error during inference: Not found: FeedInputs: unable to find feed output Mul
native : graph_transfer_utils.cc:110 Check failed: status.ok()
Aborted

Кто-нибудь может мне помочь с этим вопросом? Я использую TF-v1.3, Qualcomm-SDK 3.0 и устройство 820 HVX.

0 ответов

Другие вопросы по тегам