You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the awesome work!
I want to test the default speech commands model with tdmc. After training (obtaining 97% accuracy) and running:
./build/bin/kws_main 80 10 ../../examples/speechcommand_v1/s0/model.onnx 0c40e715_nohash_0.wav
I often got random seg fault like even though the previous runs were successful:
Kws Model Info:
cache_dim: 64
cache_len: 244
terminate called after throwing an instance of 'std::length_error'
what(): vector::_M_default_append
What is the suggested batch_size parameter and how to reason about it?
The text was updated successfully, but these errors were encountered:
budzianowski
changed the title
mtdc speech commands testings
mtdc speech commands testing
Jan 29, 2025
Hey,
thanks for the awesome work!
I want to test the default speech commands model with tdmc. After training (obtaining 97% accuracy) and running:
./build/bin/kws_main 80 10 ../../examples/speechcommand_v1/s0/model.onnx 0c40e715_nohash_0.wav
I often got random seg fault like even though the previous runs were successful:
What is the suggested batch_size parameter and how to reason about it?
The text was updated successfully, but these errors were encountered: