You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/hub/common_saved_model_apis/images.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ consumer. The SavedModel itself should not perform dropout on the actual outputs
70
70
Reusable SavedModels for image feature vectors are used in
71
71
72
72
* the Colab tutorial
73
-
[Retraining an Image Classifier](https://colab.research.google.com/github/tensorflow/docs/blob/master/g3doc/en/hub/tutorials/tf2_image_retraining.ipynb),
73
+
[Retraining an Image Classifier](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/hub/tutorials/tf2_image_retraining.ipynb),
Copy file name to clipboardExpand all lines: site/en/hub/common_saved_model_apis/text.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ distributed way. For example
94
94
### Examples
95
95
96
96
* Colab tutorial
97
-
[Text Classification with Movie Reviews](https://colab.research.google.com/github/tensorflow/docs/blob/master/g3doc/en/hub/tutorials/tf2_text_classification.ipynb).
97
+
[Text Classification with Movie Reviews](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/hub/tutorials/tf2_text_classification.ipynb).
Copy file name to clipboardExpand all lines: site/en/hub/tutorials/text_cookbook.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ library for tokenization and preprocessing.
34
34
35
35
### Kaggle
36
36
37
-
[IMDB classification on Kaggle](https://github.com/tensorflow/docs/blob/master/g3doc/en/hub/tutorials/text_classification_with_tf_hub_on_kaggle.ipynb) -
37
+
[IMDB classification on Kaggle](https://github.com/tensorflow/docs/blob/master/site/en/hub/tutorials/text_classification_with_tf_hub_on_kaggle.ipynb) -
38
38
shows how to easily interact with a Kaggle competition from a Colab, including
39
39
downloading the data and submitting the results.
40
40
@@ -43,14 +43,14 @@ downloading the data and submitting the results.
0 commit comments