You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Good afternoon!
I learn codelabs "Build a custom pre-trained Audio Classification model" and the colab notebook, example «Transfer Learning for the Audio Domain with TensorFlow Lite Model Maker» (https://developers.google.com/codelabs/tflite-audio-classification-custom-model-android#4) (https://www.tensorflow.org/lite/models/modify/model_maker/audio_classification)
In this example, The Birds dataset cannot be loaded. This link (https://storage.googleapis.com/laurencemoroney-blog.appspot.com/birds_dataset .zip') is invalid.
What should be the data structure for this example? How dataset structure should look like?
How can I get this dataset for this example?
Example text from: https://colab.research.google.com/github/tensorflow/tensorflow/blob/master/tensorflow/lite/g3doc/models/modify/model_maker/audio_classification.ipynb#scrollTo=upNRfilkNSmr
birds_dataset_folder = tf.keras.utils.get_file('birds_dataset.zip',
'https://storage.googleapis.com/laurencemoroney-blog.appspot.com/birds_dataset.zip',
cache_dir='./',
cache_subdir='dataset',
extract=True)
This link (https://storage.googleapis.com/laurencemoroney-blog.appspot.com/birds_dataset .zip') is invalid.
The text was updated successfully, but these errors were encountered: