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
hello, we are group of two peoples , we are working on implmentation of neural network on esp32 .besides , we are not familiar yet with this .
we have tried to run the hello_world model but we had some problems could u help us to fix it ?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Problems running hello_world
Problems running hello_world (TFMIC-19)
Mar 26, 2024
we was following the instructions in Readme to run the main.cc
we went to the project file and we ran it using the command idf.py build then execution stop (see-picture below)
im sure that the environment esp-idf is working perfectly
before running the project i just added the dependencies using
idf.py add-dependency "esp-tflite-micro"
@Hsannriahi you do not need to explicitly add the esp-tflite-micro dependency as it is already taken care in examples idf_component.yml.
Which in turn should pull esp-nn automatically and build should go through.
Can you please share the dependencies.lock file which is generated in example/hello_world directory?
hello, we are group of two peoples , we are working on implmentation of neural network on esp32 .besides , we are not familiar yet with this .
we have tried to run the hello_world model but we had some problems could u help us to fix it ?
The text was updated successfully, but these errors were encountered: