Skip to content

Commit

Permalink
Key fix for effnetv2
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanbsolak committed Oct 16, 2024
1 parent db0e234 commit 7f77353
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_effnet2_max78002.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ DEVICE="MAX78002"
TARGET="sdk/Examples/$DEVICE/CNN"
COMMON_ARGS="--device $DEVICE --timer 0 --display-checkpoint --verbose"

python ai8xize.py --test-dir $TARGET --prefix effnetv2_imagenet --scale-output --softmax --checkpoint-file trained/ai87-imagenet-effnet2-q.pth.tar --config-file networks/ai87-imagenet-effnet2.yaml $COMMON_ARGS "$@"
python ai8xize.py --test-dir $TARGET --prefix effnetv2_imagenet --softmax --checkpoint-file trained/ai87-imagenet-effnet2-q.pth.tar --config-file networks/ai87-imagenet-effnet2.yaml $COMMON_ARGS "$@"
Binary file modified trained/ai87-imagenet-effnet2-q.pth.tar
Binary file not shown.
Binary file modified trained/ai87-imagenet-effnet2.pth.tar
Binary file not shown.

0 comments on commit 7f77353

Please sign in to comment.