Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update README after tfhub.dev moved to Kaggle Models
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 583089559
  • Loading branch information
TensorFlow Hub Authors authored and copybara-github committed Nov 16, 2023
1 parent a23ea8e commit ca5552d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# TensorFlow Hub is moving to [Kaggle Models](https://kaggle.com/models)
# TensorFlow Hub has moved to [Kaggle Models](https://kaggle.com/models)

Starting November 15th, links to [tfhub.dev](https://tfhub.dev) will redirect to
Starting November 15th 2023, links to [tfhub.dev](https://tfhub.dev) redirect to
their counterparts on Kaggle Models. `tensorflow_hub` will continue to support
downloading models that were initially uploaded to tfhub.dev via e.g.
`hub.load("https://tfhub.dev/<publisher>/<model>")`. Although no migration or
`hub.load("https://tfhub.dev/<publisher>/<model>/<version>")`. Although no migration or
code rewrites are explicitly required, we recommend replacing tfhub.dev links
with their Kaggle Models counterparts before November 15th to improve code
health and debuggability.
with their Kaggle Models counterparts to improve code health and debuggability.
See FAQs [here](https://kaggle.com/tfhub-dev-faqs).

0 comments on commit ca5552d

Please sign in to comment.