We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cef94 commit 1c12216Copy full SHA for 1c12216
site/en/tutorials/load_data/video.ipynb
@@ -72,11 +72,11 @@
72
"\n",
73
"* Load the data from a zip file.\n",
74
75
- "* Split a video into separate frames.\n",
+ "* Read sequences of frames out of the video files.\n",
76
77
"* Visualize the video data.\n",
78
79
- "* Wrap the dataset in a [`tf.data.Dataset`](https://www.tensorflow.org/guide/data) for performance."
+ "* Wrap the frame-generator [`tf.data.Dataset`](https://www.tensorflow.org/guide/data)."
80
]
81
},
82
{
@@ -100,7 +100,7 @@
100
"outputs": [],
101
"source": [
102
"# The way this tutorial uses the `TimeDistributed` layer requires TF>=2.10\n",
103
- "!pip install -U tensorflow>=2.10.0"
+ "!pip install -U \"tensorflow>=2.10.0\""
104
105
106
0 commit comments