I create a empty .py file, and run with below command:
examples/arm/run.sh --target=ethos-u85-512 ----model_name=test-empty-file.py
The script still working and it seems go through the model list builtin:
test_model=(
"softmax" # 0
"add" # 1
"add3" # 2
"qadd" # 3
"qadd2" # 4
"qops" # 5
"mv2" # 6
)
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218
I create a empty .py file, and run with below command:
examples/arm/run.sh --target=ethos-u85-512 ----model_name=test-empty-file.py
The script still working and it seems go through the model list builtin:
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218