Skip to content

Commit 27c19b0

Browse files
TensorFlow Hub Authorscopybara-github
authored andcommitted
Update README to reflect the deletion of unmigrated models.
PiperOrigin-RevId: 616912715
1 parent df00d77 commit 27c19b0

File tree

1 file changed

+10
-29
lines changed

1 file changed

+10
-29
lines changed

README.md

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ g3doc/_index.yaml is rendered on tensorflow.org/hub.
1919
Both link to g3doc/overview.md and g3doc/*.md for detailed docs.
2020
-->
2121

22-
**Warning: unmigrated tfhub.dev model artifacts will be deleted on March 18,
23-
2024.**
22+
**TensorFlow Hub has moved to [Kaggle Models](https://kaggle.com/models)**
2423

25-
As of November 15th 2023, most [tfhub.dev](https://tfhub.dev) URLs and model
26-
handles are now redirecting to their migrated/equivalent counterpart on Kaggle
27-
Models.
24+
Starting November 15th 2023, links to [tfhub.dev](https://tfhub.dev) redirect to
25+
their counterparts on Kaggle Models. `tensorflow_hub` will continue to support
26+
downloading models that were initially uploaded to tfhub.dev via e.g.
27+
`hub.load("https://tfhub.dev/<publisher>/<model>/<version>")`. Although no
28+
migration or code rewrites are explicitly required, we recommend replacing
29+
tfhub.dev links with their Kaggle Models counterparts to improve code health and
30+
debuggability. See FAQs [here](https://kaggle.com/tfhub-dev-faqs).
2831

29-
On March 18, 2024, all unmigrated model assets previously surfaced on tfhub.dev
30-
will be deleted – after this date, `hub.load` and `hub.KerasLayer` calls to
31-
these tfhub.dev handles will fail permanently. See the list of unmigrated model
32-
assets here:
32+
As of March 18, 2024, unmigrated model assets (see list below) were deleted and
33+
retrieval is no longer possible. These unmigrated model assets include:
3334

3435
- [inaturalist/vision/embedder/inaturalist_V2](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/inaturalist/models/vision/embedder/inaturalist_V2)
3536
- [nvidia/unet/industrial/class_1](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_1)
@@ -48,26 +49,6 @@ assets here:
4849
- [svampeatlas/vision/classifier/fungi_mobile_V1](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/svampeatlas/models/vision/classifier/fungi_mobile_V1)
4950
- [svampeatlas/vision/embedder/fungi_V2](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/svampeatlas/models/vision/embedder/fungi_V2)
5051

51-
**If you are an owner of an unmigrated model, please get in touch with us at
52-
kaggle-models@google.com if you'd like to migrate your model. If you take no
53-
action, your model(s) will be deleted on March 18, 2024 and not retrievable
54-
(either by you or other users).**
55-
56-
For models with a Kaggle Models copy, there will be no impact on the
57-
availability/functionality of models that were copied from tfhub.dev –
58-
`tensorflow_hub` will continue to support downloading models that were initially
59-
uploaded to tfhub.dev via
60-
e.g. `hub.load("https://tfhub.dev/<publisher>/<model>/<version>")`. To see if a
61-
tfhub.dev model has been migrated, enter the model handle in your URL bar – if
62-
the redirect is successful, it has already been migrated, otherwise it is an
63-
unmigrated model and will be subject to deletion.
64-
65-
Although no migration or code rewrites are explicitly required, we recommend
66-
replacing tfhub.dev links with their Kaggle Models counterparts to improve code
67-
health and debuggability.
68-
69-
See FAQs [here](https://kaggle.com/tfhub-dev-faqs).
70-
7152
# tensorflow_hub
7253

7354
This GitHub repository hosts the `tensorflow_hub` Python library to download

0 commit comments

Comments
 (0)