Skip to content

Commit e08f0c2

Browse files
Add KAT script and sample npy
1 parent ab1f9ac commit e08f0c2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
DEVICE="MAX78000"
3+
TARGET="sdk/Examples/$DEVICE/CNN"
4+
COMMON_ARGS="--device $DEVICE --timer 0 --display-checkpoint --verbose"
5+
6+
python ai8xize.py --test-dir $TARGET --prefix autoencoder_voyager4 --checkpoint-file trained/ai85-autoencoder-motordatavoyager4v1-qat-q.pth.tar --config-file networks/ai85-autoencoder.yaml --sample-input tests/sample_motordatavoyager4_fortrain.npy --energy $COMMON_ARGS "$@"
6.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)