1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg_tensorflow-lite: fix broken links

This commit is contained in:
Gunar Schorcht 2020-03-05 08:48:34 +01:00
parent cf033205f0
commit 2afc32099a

View File

@ -7,7 +7,7 @@ microcontrollers:
MLP (Multi-Layer Perceptron) model and how to reuse it in a RIOT application.
The code of this example is provided as an external module in the
[mnist](mnist) directory.
- The other example, [Hello World](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/experimental/micro/examples/hello_world),
- The other example, [Hello World](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro/examples/hello_world),
taken as-is from TensorFlow Lite code, simply replicates a `sine` function
from a trained model.