aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/validation/api/ml/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/test/validation/api/ml/README.md')
-rw-r--r--platform/linux-generic/test/validation/api/ml/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/platform/linux-generic/test/validation/api/ml/README.md b/platform/linux-generic/test/validation/api/ml/README.md
new file mode 100644
index 000000000..80ad30e96
--- /dev/null
+++ b/platform/linux-generic/test/validation/api/ml/README.md
@@ -0,0 +1,23 @@
+# How to run ML validation test
+
+Simple onnx models are used to test ML API.
+
+## Generate models
+
+### Install python requirements
+
+```bash
+python3 -m pip install -r <this directory>/requirements.txt
+```
+
+### Generate models for validation tests
+
+```bash
+<this directory>/gen_models.sh
+```
+
+## Run ML validation tests
+
+```bash
+<this directory>/ml_linux
+```