Home
last modified time | relevance | path

Searched refs:SILENCE_LABEL (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data.py50 SILENCE_LABEL = '_silence_' variable
67 return [SILENCE_LABEL, UNKNOWN_WORD_LABEL] + wanted_words
313 'label': SILENCE_LABEL,
331 self.word_to_index[SILENCE_LABEL] = SILENCE_INDEX
574 if use_background or sample['label'] == SILENCE_LABEL:
587 if sample['label'] == SILENCE_LABEL:
599 if sample['label'] == SILENCE_LABEL:
677 if sample['label'] == SILENCE_LABEL:

Completed in 4 milliseconds