Skip to content

Commit a6624bc

Browse files
authored
Update run_mcu_models_fvp.sh to include resnet18
1 parent 0eb4361 commit a6624bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/arm/run_mcu_models_fvp.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ VALID_TARGETS=(
2424
)
2525

2626
# Default models for MCU validation with portable kernels
27-
DEFAULT_MODELS=(mv2 mv3 lstm)
27+
DEFAULT_MODELS=(mv2 mv3 lstm resnet18)
2828
# Available models (on FVP)
29-
AVAILABLE_MODELS=(mv2 mv3 lstm)
29+
AVAILABLE_MODELS=(mv2 mv3 lstm resnet18)
3030
# Add the following models if you want to enable them later (atm they are not working on FVP)
31-
# edsr w2l ic3 ic4 resnet18 resnet50
31+
# edsr w2l ic3 ic4 resnet50
3232

3333
# Variables
3434
TARGET=""

0 commit comments

Comments
 (0)