Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dfreeze_test.py36 wanted_words='a,b,c,d',
56 wanted_words='a,b,c,d',
76 wanted_words='a,b,c,d',
94 wanted_words='a,b,c,d',
116 wanted_words='a,b,c,d',
A Dinput_data.py58 def prepare_words_list(wanted_words): argument
67 return [SILENCE_LABEL, UNKNOWN_WORD_LABEL] + wanted_words
194 wanted_words, validation_percentage, testing_percentage, argument
200 wanted_words, validation_percentage,
248 wanted_words, validation_percentage, argument
276 for index, wanted_word in enumerate(wanted_words):
300 for index, wanted_word in enumerate(wanted_words):
324 self.words_list = prepare_words_list(wanted_words)
A Dfreeze.py63 def create_inference_graph(wanted_words, sample_rate, clip_duration_ms, argument
90 words_list = input_data.prepare_words_list(wanted_words.split(','))
226 FLAGS.wanted_words, FLAGS.sample_rate, FLAGS.clip_duration_ms,
A Dgenerate_streaming_test_wav.py87 words_list = input_data.prepare_words_list(FLAGS.wanted_words.split(','))
94 FLAGS.wanted_words.split(','), FLAGS.validation_percentage,
A Dtrain.py99 len(input_data.prepare_words_list(FLAGS.wanted_words.split(','))),
105 FLAGS.wanted_words.split(','), FLAGS.validation_percentage,
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb260 "--wanted_words={WANTED_WORDS} \\\n",
302 "--wanted_words=$WANTED_WORDS \\\n",
577 " --wanted_words='on,off' \\\n",

Completed in 6 milliseconds