Skip to content

Commit 50da50a

Browse files
8bitmp3copybara-github
authored andcommitted
Upgrade TF version to fix TypeError in Transfer learning with YAMNet tutorial
PiperOrigin-RevId: 491682735
1 parent 6cabb37 commit 50da50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/en/tutorials/audio/transfer_learning_audio.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
},
100100
"outputs": [],
101101
"source": [
102-
"!pip install \"tensorflow==2.10.*\"\n",
103-
"# tensorflow_io 0.27 is compatible with TensorFlow 2.10\n",
104-
"!pip install \"tensorflow_io==0.27.*\""
102+
"!pip install -q \"tensorflow==2.11.*\"\n",
103+
"# tensorflow_io 0.28 is compatible with TensorFlow 2.11\n",
104+
"!pip install -q \"tensorflow_io==0.28.*\""
105105
]
106106
},
107107
{

0 commit comments

Comments
 (0)