Skip to content

Commit d8acb6c

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
Explicitly install librosa
PiperOrigin-RevId: 516491692
1 parent 8bac892 commit d8acb6c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

examples/colab/bird_vocalization_classifier.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
" \u003ca target=\"_blank\" href=\"https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/google/bird_vocalization_classifier.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/colab_logo_32px.png\" /\u003eRun in Google Colab\u003c/a\u003e\n",
5050
" \u003c/td\u003e\n",
5151
" \u003ctd\u003e\n",
52-
" \u003ca target=\"_blank\" href=\"https://github.com/tensorflow/hub/blob/master/examples/colab/google/bird_vocalization_classifier.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView on GitHub\u003c/a\u003e\n",
52+
" \u003ca target=\"_blank\" href=\"https://github.com/tensorflow/hub/blob/master/examples/colab/bird_vocalization_classifier.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView on GitHub\u003c/a\u003e\n",
5353
" \u003c/td\u003e\n",
5454
" \u003ctd\u003e\n",
5555
" \u003ca href=\"https://storage.googleapis.com/tensorflow_docs/hub/examples/colab/bird_vocalization_classifier.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/download_logo_32px.png\" /\u003eDownload notebook\u003c/a\u003e\n",
@@ -85,7 +85,8 @@
8585
},
8686
"outputs": [],
8787
"source": [
88-
"!pip install -q \"tensorflow_io==0.28.*\""
88+
"!pip install -q \"tensorflow_io==0.28.*\"\n",
89+
"!pip install -q librosa"
8990
]
9091
},
9192
{
@@ -361,17 +362,12 @@
361362
"metadata": {
362363
"accelerator": "GPU",
363364
"colab": {
364-
"private_outputs": true,
365-
"provenance": [],
365+
"name": "bird_vocalization_classifier.ipynb",
366366
"toc_visible": true
367367
},
368-
"gpuClass": "standard",
369368
"kernelspec": {
370369
"display_name": "Python 3",
371370
"name": "python3"
372-
},
373-
"language_info": {
374-
"name": "python"
375371
}
376372
},
377373
"nbformat": 4,

0 commit comments

Comments
 (0)