aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/validation/api/ml/README.md
blob: 80ad30e96e5266117d8ddd510d940fc81a204b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
```