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
I am trying to follow the guide for these examples here. I have installed the TensorFlowLite library and SparkFun Apollo3 Boards Package as per the instructions. I have cloned this repo into Documents > Arduino > SparkFun and tried to upload the microspeech example but received the following error:
tensorflow/lite/c/c_api_internal.h: No such file or directory
I have tried with both the 2.1.0 and 1.15.0 NON-precompiled versions of this repo.
I have tried on two different Windows 10 systems and an Ubuntu system.
I have tried cloning the tensorflow repo into the /Tensorflow_AIOT2019/microspeech directory, and adjusting the fill path of the #include (to account for nested /tensorflow folder, "tensorflow/tensorflow/lite/c/c_api_internal.h")
I have tried cloning the tensorflow repo into the libraries folder, and including with <> (<tensorflow/lite/c/c_api_internal.h> and <tensorflow/tensorflow/lite/c/c_api_internal.h>).
The text was updated successfully, but these errors were encountered:
I played around with it and i was able to make it compile. The reason is that the provided examples work only with version 1.15.0 (non-precompiled) version of the arduino TensorFlow library. The issue why is not working for other library version is that TensorFlowLite Micro is still in evolution (ALPHA) and many files got moved from the experimental folder on more release folders so the include path are not correct anymore. Also, some include files have been renamed and/or changed.
I am trying to follow the guide for these examples here. I have installed the TensorFlowLite library and SparkFun Apollo3 Boards Package as per the instructions. I have cloned this repo into Documents > Arduino > SparkFun and tried to upload the microspeech example but received the following error:
full error message
The text was updated successfully, but these errors were encountered: