Home
last modified time | relevance | path

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

/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dinput_data.py193 def __init__(self, data_url, data_dir, silence_percentage, unknown_percentage, argument
198 self.maybe_download_and_extract_dataset(data_url, data_dir)
205 def maybe_download_and_extract_dataset(self, data_url, dest_directory): argument
218 if not data_url:
222 filename = data_url.split('/')[-1]
233 filepath, _ = urllib.request.urlretrieve(data_url, filepath, _progress)
238 data_url, filepath))
A Dtrain.py103 FLAGS.data_url, FLAGS.data_dir,

Completed in 5 milliseconds