Skip to content

Commit 1c12216

Browse files
MarkDaoustcopybara-github
authored andcommitted
Quote the ">".
PiperOrigin-RevId: 485619045
1 parent 86cef94 commit 1c12216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/en/tutorials/load_data/video.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"\n",
7373
"* Load the data from a zip file.\n",
7474
"\n",
75-
"* Split a video into separate frames.\n",
75+
"* Read sequences of frames out of the video files.\n",
7676
"\n",
7777
"* Visualize the video data.\n",
7878
"\n",
79-
"* Wrap the dataset in a [`tf.data.Dataset`](https://www.tensorflow.org/guide/data) for performance."
79+
"* Wrap the frame-generator [`tf.data.Dataset`](https://www.tensorflow.org/guide/data)."
8080
]
8181
},
8282
{
@@ -100,7 +100,7 @@
100100
"outputs": [],
101101
"source": [
102102
"# The way this tutorial uses the `TimeDistributed` layer requires TF>=2.10\n",
103-
"!pip install -U tensorflow>=2.10.0"
103+
"!pip install -U \"tensorflow>=2.10.0\""
104104
]
105105
},
106106
{

0 commit comments

Comments
 (0)