Skip to content

Commit de5b54d

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
docs: fix broken links
PiperOrigin-RevId: 640363830
1 parent d40ad40 commit de5b54d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
WARNING: This code is deprecated.
22

33
The `retrain.py` tool from this directory has been replaced by the
4-
[`make_image_classifier`](https://github.com/tensorflow/hub/tree/master/tensorflow_hub/tools/make_image_classifier)
4+
[`make_image_classifier`](https://www.tensorflow.org/hub/tutorials/tf2_image_retraining)
55
tool that gets
66
[installed](https://www.tensorflow.org/hub/installation) as a command-line tool
77
by the PIP package `tensorflow-hub[make_image_classifier]`.
88
The new tool uses TensorFlow 2 and supports fine-tuning.
99

1010
The Colab notebook
11-
[tf2_image_retraining.ipynb](https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/tf2_image_retraining.ipynb)
11+
[tf2_image_retraining.ipynb](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/hub/tutorials/tf2_image_retraining.ipynb)
1212
explains the basic technique behind that tool: transfer learning with TF Hub.

0 commit comments

Comments
 (0)