You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroPrintf("Input type: %s with filter type : %s not supported.",
TfLiteTypeGetName(input->type),
TfLiteTypeGetName(filter->type));
returnkTfLiteError;
}
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ESP-NN kernel does not allow for hybrid models
ESP-NN kernel does not allow for hybrid models (TFMIC-24)
May 28, 2024
Running a model with a fully connected layer with different input / filter types fails due to the following assert in the ESP-NN kernel:
esp-tflite-micro/tensorflow/lite/micro/kernels/esp_nn/fully_connected.cc
Lines 69 to 70 in 7fd66e4
In the normal kernel this condition is more relaxed:
esp-tflite-micro/tensorflow/lite/micro/kernels/fully_connected.cc
Lines 59 to 67 in 7fd66e4
The text was updated successfully, but these errors were encountered: