Mohammad Yusuf Jamal
Results
1
issues of
Mohammad Yusuf Jamal
The current notebook doesn't work after ```python DATASET_PATH = 'data/mini_speech_commands' data_dir = pathlib.Path(DATASET_PATH) if not data_dir.exists(): tf.keras.utils.get_file( 'mini_speech_commands.zip', origin="http://storage.googleapis.com/download.tensorflow.org/data/mini_speech_commands.zip", extract=True, cache_dir='.', cache_subdir='data') ``` The snippet ```python commands = np.array(tf.io.gfile.listdir(str(data_dir))) commands...
awaiting-technical-review