Skip to content

Commit

Permalink
Merge branch 'develop' into kws/signalmixer
Browse files Browse the repository at this point in the history
  • Loading branch information
rotx-eva authored Mar 13, 2024
2 parents 36d70a3 + 89abd5c commit 1a5a33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/evaluate_mobilefacenet_112.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python train.py --model ai87netmobilefacenet_112 --dataset VGGFace2_FaceID --kd-student-wt 0 --kd-distill-wt 1 --kd-teacher ir_152 --kd-resume pretrained/ir152_dim64/best.pth.tar --kd-relationbased --evaluate --device MAX78002 --exp-load-weights-from ../ai8x-synthesis/trained/ai87-mobilefacenet_112_qat_best-q.pth.tar -8 --use-bias --save-sample 10 --slice-sample "$@"
python train.py --model ai87netmobilefacenet_112 --dataset VGGFace2_FaceID --kd-student-wt 0 --kd-distill-wt 1 --kd-teacher ir_152 --kd-resume pretrained/ir152_dim64/best.pth.tar --kd-relationbased --evaluate --device MAX78002 --exp-load-weights-from ../ai8x-synthesis/trained/ai87-mobilefacenet-112-qat-q.pth.tar -8 --use-bias --save-sample 10 --slice-sample "$@"

0 comments on commit 1a5a33b

Please sign in to comment.