Searched refs:which_set (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | input_data_test.py | 94 input_data.which_set("foo.wav", 10, 10), 95 input_data.which_set("foo.wav", 10, 10)) 97 input_data.which_set("foo_nohash_0.wav", 10, 10), 98 input_data.which_set("foo_nohash_1.wav", 10, 10))
|
A D | input_data.py | 70 def which_set(filename, validation_percentage, testing_percentage): function 291 set_index = which_set(wav_path, validation_percentage, testing_percentage)
|
Completed in 4 milliseconds