Skip to content

Commit

Permalink
Update TF 2 and Keras in Video classification tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitmp3 authored Apr 11, 2024
1 parent ec3a1b3 commit d6b06f5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions site/en/tutorials/video/video_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@
"## Setup\n",
"\n",
"Begin by installing and importing some necessary libraries, including:\n",
"[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",
"\n",
"**Note**: Use TensorFlow 2.10 to run this tutorial. Versions above TensorFlow 2.10 may not run successfully."
"[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."
]
},
{
Expand All @@ -98,8 +96,7 @@
"outputs": [],
"source": [
"!pip install remotezip tqdm opencv-python einops \n",
"# Install TensorFlow 2.10\n",
"!pip install tensorflow==2.10.0"
"!pip install -U tensorflow keras"
]
},
{
Expand Down

0 comments on commit d6b06f5

Please sign in to comment.