-
-
Notifications
You must be signed in to change notification settings - Fork 122
tensorflow/lite/experimental/micro/kernels/all_ops_resolver.h: No such file or directory #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I found libraries in tensorflow/lite/micro |
how get that. I tried but still got error |
@myominhtet
|
I ran into this as well. I had to remove 'experimental' from the paths: #include <tensorflow/lite/micro/all_ops_resolver.h>
#include <tensorflow/lite/micro/micro_error_reporter.h>
#include <tensorflow/lite/micro/micro_interpreter.h> |
pdp7
added a commit
to pdp7/ArduinoTensorFlowLiteTutorials
that referenced
this issue
Sep 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I upload the IMU_Classifier to the Arduino nano 33 sense BLE I obtain this error:
tensorflow/lite/experimental/micro/kernels/all_ops_resolver.h: No such file or directory
I have the Arduino_Tensorflowlite library 2.1.0-Alpha precompiled installed..
The text was updated successfully, but these errors were encountered: