File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ test_models_ethos-u55() { # End to End model tests using model_test.py
195
195
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u55-128 --model=mv2 --extra_flags=" -DET_ATOL=2.00 -DET_RTOL=2.00"
196
196
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u55-64 --model=mv3 --extra_flags=" -DET_ATOL=5.00 -DET_RTOL=5.00"
197
197
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u55-256 --model=lstm --extra_flags=" -DET_ATOL=0.03 -DET_RTOL=0.03"
198
+ python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u55-128 --model=resnet18 --extra_flags=" -DET_ATOL=0.2 -DET_RTOL=0.2"
199
+ python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u55-128 --model=resnet50 --extra_flags=" -DET_ATOL=0.2 -DET_RTOL=0.2"
198
200
199
201
echo " ${TEST_SUITE_NAME} : PASS"
200
202
}
@@ -212,6 +214,8 @@ test_models_ethos-u85() { # End to End model tests using model_test.py
212
214
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=lstm --extra_flags=" -DET_ATOL=0.03 -DET_RTOL=0.03"
213
215
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=w2l --extra_flags=" -DET_ATOL=0.01 -DET_RTOL=0.01"
214
216
python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-256 --model=ic4 --extra_flags=" -DET_ATOL=0.8 -DET_RTOL=0.8" --timeout=2400
217
+ python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=resnet18 --extra_flags=" -DET_ATOL=0.2 -DET_RTOL=0.2"
218
+ python3 backends/arm/test/test_model.py --test_output=arm_test/test_model --target=ethos-u85-128 --model=resnet50 --extra_flags=" -DET_ATOL=0.2 -DET_RTOL=0.2"
215
219
216
220
echo " ${TEST_SUITE_NAME} : PASS"
217
221
}
You can’t perform that action at this time.
0 commit comments