Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Tensorflow deployment
-
When i copy the tensorflow example program tflmrt_lenet to visual studio code and run the program it shows an error as tflmrt_lenet: command not found
What changes need to be made to the example program. -
Hi @karthi,
Did you also copy these files : Makefile, Make.defs, Kconfig?
Could you run serial console and use the command help? (
nsh> help
) Can you send me the output?Best Regards,
Kamil Tomaszewski -
i have copied the exact folder in visual studio code
Done application build , Build and flash process by selection this folder.
There are no errors during this process.in the nsh shell when i give the command tflmrt_lenet it show command not found.
I have changes the name of the main program to tflmrt_lenet_main
ssprmlite is my previous program that was flashed in board that is displayed during help command.What config changes we have to make in
kconfig, make.def and make files for the program to run.regards
karthi -