Searched refs:feature_bin_count (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | freeze_test.py | 42 feature_bin_count=40, 62 feature_bin_count=40, 82 feature_bin_count=40, 100 feature_bin_count=80, 122 feature_bin_count=40,
|
A D | wav_to_features.py | 48 window_stride_ms, feature_bin_count, quantize, preprocess, argument 69 feature_bin_count, preprocess) 87 f.write(' * --feature_bin_count=%d \\\n' % feature_bin_count) 130 FLAGS.feature_bin_count, FLAGS.quantize, FLAGS.preprocess,
|
A D | freeze.py | 65 feature_bin_count, model_architecture, preprocess): argument 93 window_stride_ms, feature_bin_count, preprocess) 228 FLAGS.feature_bin_count, FLAGS.model_architecture, FLAGS.preprocess)
|
A D | models_test.py | 37 feature_bin_count=40, 48 feature_bin_count=40,
|
A D | models.py | 40 window_size_ms, window_stride_ms, feature_bin_count, argument 69 average_window_width = int(math.floor(fft_bin_count / feature_bin_count)) 73 fingerprint_width = feature_bin_count 76 fingerprint_width = feature_bin_count
|
A D | generate_streaming_test_wav.py | 90 FLAGS.window_size_ms, FLAGS.window_stride_ms, FLAGS.feature_bin_count,
|
A D | train.py | 101 FLAGS.window_stride_ms, FLAGS.feature_bin_count, FLAGS.preprocess)
|
Completed in 7 milliseconds