Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix the dataset url in model_maker_audio_colab.ipynb #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions audio_classification/colab/model_maker_audio_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
},
"source": [
"birds_dataset_folder = tf.keras.utils.get_file('birds_dataset.zip',\n",
" 'https://storage.googleapis.com/laurencemoroney-blog.appspot.com/birds_dataset.zip',\n",
" 'https://storage.googleapis.com/learning-datasets/birds_dataset.zip',\n",
" cache_dir='./',\n",
" cache_subdir='dataset',\n",
" extract=True)\n",
Expand Down Expand Up @@ -623,4 +623,4 @@
]
}
]
}
}