Skip to content

Commit

Permalink
Fix the dataset url in model_maker_audio_colab.ipynb
Browse files Browse the repository at this point in the history
The dataset url is broken. Updated the url with the active link to download the dataset. [#59245](tensorflow/tensorflow#59245).
  • Loading branch information
pjpratik committed Mar 8, 2023
1 parent 9c8a8ec commit 4f395b0
Showing 1 changed file with 2 additions and 2 deletions.
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 @@
]
}
]
}
}

0 comments on commit 4f395b0

Please sign in to comment.