From 756c09f7afcba00a4dfcaa9675697ead7246ebe0 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 18 Oct 2023 17:24:56 +0200 Subject: [PATCH] some more model benches --- .travis/bundle-entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/bundle-entrypoint.sh b/.travis/bundle-entrypoint.sh index e056dd559f..fc1a941b78 100755 --- a/.travis/bundle-entrypoint.sh +++ b/.travis/bundle-entrypoint.sh @@ -112,6 +112,9 @@ net_bench speaker_id pulse8 $CACHEDIR/speaker-id-2019-03.onnx -i 1,S,40,f32 --ou net_bench voicecom_fake_quant 2sec $CACHEDIR/snips-voice-commands-cnn-fake-quant.pb -i 200,10,f32 net_bench voicecom_float 2sec $CACHEDIR/snips-voice-commands-cnn-float.pb -i 200,10,f32 +net_bench trunet pulse1_f32 $CACHEDIR/trunet_dummy.nnef.tgz --nnef-tract-core --pulse 1 +net_bench trunet pulse1_f16 $CACHEDIR/trunet_dummy.nnef.tgz --nnef-tract-core --half-floats --pulse 1 + . $PRIVATE end=$(date +%s)