Skip to content

Commit a1bc26b

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 684064407
1 parent 7508abc commit a1bc26b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,19 @@ as well as other associated code and documentation.
5959

6060
* [Introduction](https://www.tensorflow.org/hub/)
6161
* The asset types of [tfhub.dev](https://tfhub.dev/)
62-
* [SavedModels for TensorFlow 2](docs/tf2_saved_model.md)
63-
and the [Reusable SavedModel interface](docs/reusable_saved_models.md).
64-
* Deprecated: [Models in TF1 Hub format](docs/tf1_hub_module.md) and
65-
their [Common Signatures](docs/common_signatures/index.md) collection.
62+
* [SavedModels for TensorFlow 2](https://github.com/tensorflow/docs/blob/master/site/en/hub/tf2_saved_model.md)
63+
and the [Reusable SavedModel interface](https://github.com/tensorflow/docs/blob/master/site/en/hub/reusable_saved_models.md).
64+
* Deprecated: [Models in TF1 Hub format](https://github.com/tensorflow/docs/blob/master/site/en/hub/tf1_hub_module.md)
65+
and their [Common Signatures](https://github.com/tensorflow/docs/blob/master/site/en/hub/common_signatures/index.md)
66+
collection.
6667
* Using the library
67-
* [Installation](docs/installation.md)
68-
* [Caching model downloads](docs/caching.md)
69-
* [Migration to TF2](docs/migration_tf2.md)
70-
* [Model compatibility for TF1/TF2](docs/model_compatibility.md)
71-
* [Common issues](docs/common_issues.md)
72-
* [Build from source](docs/build_from_source.md)
73-
* [Hosting a module](docs/hosting.md)
68+
* [Installation](https://github.com/tensorflow/docs/blob/master/site/en/hub/installation.md)
69+
* [Caching model downloads](https://github.com/tensorflow/docs/blob/master/site/en/hub/caching.md)
70+
* [Migration to TF2](https://github.com/tensorflow/docs/blob/master/site/en/hub/migration_tf2.md)
71+
* [Model compatibility for TF1/TF2](https://github.com/tensorflow/docs/blob/master/site/en/hub/model_compatibility.md)
72+
* [Common issues](https://github.com/tensorflow/docs/blob/master/site/en/hub/common_issues.md)
73+
* [Build from source](https://github.com/tensorflow/docs/blob/master/site/en/hub/build_from_source.md)
74+
* [Hosting a module](https://github.com/tensorflow/docs/blob/master/site/en/hub/hosting.md)
7475
* Tutorials
7576
* [TF2 Image Retraining](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/hub/tutorials/tf2_image_retraining.ipynb)
7677
* [TF2 Text Classification](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/hub/tutorials/tf2_text_classification.ipynb)
@@ -82,7 +83,7 @@ as well as other associated code and documentation.
8283
If you'd like to contribute to TensorFlow Hub, be sure to review the
8384
[contribution guidelines](CONTRIBUTING.md). To contribute code to the
8485
library itself (not examples), you will probably need to
85-
[build from source](docs/build_from_source.md).
86+
[build from source](https://github.com/tensorflow/docs/blob/master/site/en/hub/build_from_source.md).
8687

8788
This project adheres to TensorFlow's
8889
[code of conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md).

0 commit comments

Comments
 (0)