aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo/README.md
AgeCommit message (Collapse)Author
2021-08-09Convert to new override syntax using latest convert-overrides.py scriptHongxu Jia
This patch is the result of running the latest convert-ovrrides.py script. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2021-01-10tensorflow: support to build tensorflow 1.xHongxu Jia
- Drop v2 config from bazel config file, set it from bazel command option - Move TF_ARGS_EXTRA to tensorflow.inc for both of native and target and set v2 config by default - Update steps in meta-demo/README* to build tensorflow 1.x Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09README: drop personal github mirrorHongxu Jia
Drop https://github.com/hongxu-jia/meta-tensorflow, and replace with https://github.com/Wind-River/meta-tensorflow (TODO) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09README: Rename demo 1 with `Facial recognition'Hongxu Jia
`TensorFlow for poets 2' is weird and not clear, rename to `Facial recognition' Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09update meta-demo/README-wrl.md and meta-demo/README.mdHongxu Jia
- Drop meta-java - Use bitbake-layers to add layer Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09minigo: add recipeYi Zhao
Minigo is an implementation of a neural-network based Go AI, using TensorFlow. While inspired by DeepMind's AlphaGo algorithm, this project is not a DeepMind project nor is it affiliated with the official AlphaGo project. For more information about the project, see https://github.com/tensorflow/minigo See README.md for more details about this recipe. Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2019-08-09nmt: integrate nmt into meta-tensorflowChangqing Li
add nmt into meta-tensorflow, support vi-en tranlation Signed-off-by: Changqing Li <changqing.li@windriver.com>
2019-08-09meta-demo/README.md: add missing meta-yocto-bsp layer for Intel NUC bspHongxu Jia
The supportetd MACHINE in meta-yocto-bsp is genericx86-64 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: fix typoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: fix typoHongxu Jia
The demo does not train a model from scratch, it retrains from an existed model. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo/README.md: add upstream link of `TensorFlow for poets 2'Hongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
2019-08-09meta-demo: add README.md to introduce demoHongxu Jia
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>