Skip to content

Commit a12cb2f

Browse files
committed
Update link to upstream image classification notebook
1 parent 879ab06 commit a12cb2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/AI/TensorFlow/Libtensorflow/Manual/Notebook/InferenceUsingTFHubMobileNetV2Model.pod

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: notebook/InferenceUsingTFHubMobileNetV2Model.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": [
1818
"# SYNOPSIS\n",
1919
"\n",
20-
"The following tutorial is based on the [Image Classification with TensorFlow Hub notebook](https://github.com/tensorflow/hub/blob/master/examples/colab/image_classification.ipynb). It uses a pre-trained model based on the *MobileNet V2* architecture trained on the *Imagenet* dataset. Running the code requires an Internet connection to download the model (from Google servers) and testing data (from Wikimedia servers).\n",
20+
"The following tutorial is based on the [Image Classification with TensorFlow Hub notebook](https://github.com/tensorflow/docs/blob/master/site/en/hub/tutorials/image_classification.ipynb). It uses a pre-trained model based on the *MobileNet V2* architecture trained on the *Imagenet* dataset. Running the code requires an Internet connection to download the model (from Google servers) and testing data (from Wikimedia servers).\n",
2121
"\n",
2222
"Please look at the [SECURITY note](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) regarding running models as models are programs. You can also used `saved_model_cli scan` to check for [security-sensitive \"denylisted ops\"](https://github.com/tensorflow/tensorflow/pull/17529) which by default are operations that do I/O.\n",
2323
"\n",

0 commit comments

Comments
 (0)