Skip to content

Commit d6b06f5

Browse files
authored
Update TF 2 and Keras in Video classification tutorial
1 parent ec3a1b3 commit d6b06f5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

site/en/tutorials/video/video_classification.ipynb

+2-5
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@
8484
"## Setup\n",
8585
"\n",
8686
"Begin by installing and importing some necessary libraries, including:\n",
87-
"[remotezip](https://github.com/gtsystem/python-remotezip) to inspect the contents of a ZIP file, [tqdm](https://github.com/tqdm/tqdm) to use a progress bar, [OpenCV](https://opencv.org/) to process video files, [einops](https://github.com/arogozhnikov/einops/tree/master/docs) for performing more complex tensor operations, and [`tensorflow_docs`](https://github.com/tensorflow/docs/tree/master/tools/tensorflow_docs) for embedding data in a Jupyter notebook.\n",
88-
"\n",
89-
"**Note**: Use TensorFlow 2.10 to run this tutorial. Versions above TensorFlow 2.10 may not run successfully."
87+
"[remotezip](https://github.com/gtsystem/python-remotezip) to inspect the contents of a ZIP file, [tqdm](https://github.com/tqdm/tqdm) to use a progress bar, [OpenCV](https://opencv.org/) to process video files, [einops](https://github.com/arogozhnikov/einops/tree/master/docs) for performing more complex tensor operations, and [`tensorflow_docs`](https://github.com/tensorflow/docs/tree/master/tools/tensorflow_docs) for embedding data in a Jupyter notebook."
9088
]
9189
},
9290
{
@@ -98,8 +96,7 @@
9896
"outputs": [],
9997
"source": [
10098
"!pip install remotezip tqdm opencv-python einops \n",
101-
"# Install TensorFlow 2.10\n",
102-
"!pip install tensorflow==2.10.0"
99+
"!pip install -U tensorflow keras"
103100
]
104101
},
105102
{

0 commit comments

Comments
 (0)