Выполняется последняя WinMLRunning , но появляется ошибка:
Не найдено подходящего определения ядра для op Add (узел InceptionV1 / InceptionV1 / Conv2d_1a_7x7 / BatchNorm / FusedBatchNorm)
Я преобразовал замороженную модель начального вывода в ONNX, используя VS или mmdnn.Я получаю похожую ошибку при написании нового рабочего стола Win32 WinML с нуля.
OS: 17758 insider preview
SDK : 17754 insider preview
VS: 15.8.4
WinML Runner
GPU: Intel(R) UHD Graphics 620
=================================================================
Name: tf2onnx
Author: tf2onnx
Version: 9223372036854775807
Domain:
Description:
Path: test3.onnx
Support FP16: false
Input Feature Info:
Name: input:0
Feature Kind: Float
Output Feature Info:
Name: InceptionV1/Logits/Predictions/Reshape_1:0
Feature Kind: Float
=================================================================
Loading model...[SUCCESS]
Creating session [FAILED]
No suitable kernel definition found for op Add (node InceptionV1/InceptionV1/Conv2d_1a_7x7/BatchNorm/FusedBatchNorm)
=================================================================
Name: tf2onnx
Author: tf2onnx
Version: 9223372036854775807
Domain:
Description:
Path: test3.onnx
Support FP16: false
Input Feature Info:
Name: input:0
Feature Kind: Float
Output Feature Info:
Name: InceptionV1/Logits/Predictions/Reshape_1:0
Feature Kind: Float
=================================================================
Loading model...[SUCCESS]
Creating session [FAILED]
No suitable kernel definition found for op Add (node InceptionV1/InceptionV1/Conv2d_1a_7x7/BatchNorm/FusedBatchNorm)