Skip to content

Commit

Permalink
some more model benches
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Oct 18, 2023
1 parent 153f5c6 commit 756c09f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/bundle-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 756c09f

Please sign in to comment.