aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/validation/api/ml/gen_models.sh
blob: d88f3c43201f3d1f2bfb1167d4a12af0cfa42afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2023 Nokia
#

set -e

# cd to the directory where this script is in
cd "$( dirname "${BASH_SOURCE[0]}" )"

python3 simple_linear_gen.py

python3 batch_add_gen.py