|
1 |
| -# TensorFlow Hub has moved to [Kaggle Models](https://kaggle.com/models) |
2 |
| - |
3 |
| -Starting November 15th 2023, links to [tfhub.dev](https://tfhub.dev) redirect to |
4 |
| -their counterparts on Kaggle Models. `tensorflow_hub` will continue to support |
5 |
| -downloading models that were initially uploaded to tfhub.dev via e.g. |
6 |
| -`hub.load("https://tfhub.dev/<publisher>/<model>/<version>")`. Although no migration or |
7 |
| -code rewrites are explicitly required, we recommend replacing tfhub.dev links |
8 |
| -with their Kaggle Models counterparts to improve code health and debuggability. |
9 |
| -See FAQs [here](https://kaggle.com/tfhub-dev-faqs). |
| 1 | +**Warning: unmigrated tfhub.dev model artifacts will be deleted on March 18, |
| 2 | +2024.** |
| 3 | + |
| 4 | +As of November 15th 2023, most [tfhub.dev](https://tfhub.dev) URLs and model |
| 5 | +handles are now redirecting to their migrated/equivalent counterpart on Kaggle |
| 6 | +Models. |
| 7 | + |
| 8 | +On March 18, 2024, all unmigrated model assets previously surfaced on tfhub.dev |
| 9 | +will be deleted – after this date, `hub.load` and `hub.KerasLayer` calls to |
| 10 | +these tfhub.dev handles will fail permanently. See the list of unmigrated model |
| 11 | +assets here: |
| 12 | + |
| 13 | +- [inaturalist/vision/embedder/inaturalist_V2](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/inaturalist/models/vision/embedder/inaturalist_V2) |
| 14 | +- [nvidia/unet/industrial/class_1](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_1) |
| 15 | +- [nvidia/unet/industrial/class_2](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_2) |
| 16 | +- [nvidia/unet/industrial/class_3](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_3) |
| 17 | +- [nvidia/unet/industrial/class_4](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_4) |
| 18 | +- [nvidia/unet/industrial/class_5](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_5) |
| 19 | +- [nvidia/unet/industrial/class_6](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_6) |
| 20 | +- [nvidia/unet/industrial/class_7](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_7) |
| 21 | +- [nvidia/unet/industrial/class_8](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_8) |
| 22 | +- [nvidia/unet/industrial/class_9](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_9) |
| 23 | +- [nvidia/unet/industrial/class_10](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/nvidia/models/unet/industrial/class_10) |
| 24 | +- [silero/silero-stt/de](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/silero/models/silero-stt/de) |
| 25 | +- [silero/silero-stt/en](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/silero/models/silero-stt/en) |
| 26 | +- [silero/silero-stt/es](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/silero/models/silero-stt/es) |
| 27 | +- [svampeatlas/vision/classifier/fungi_mobile_V1](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/svampeatlas/models/vision/classifier/fungi_mobile_V1) |
| 28 | +- [svampeatlas/vision/embedder/fungi_V2](https://github.com/tensorflow/tfhub.dev/tree/master/assets/docs/svampeatlas/models/vision/embedder/fungi_V2) |
| 29 | + |
| 30 | +**If you are an owner of an unmigrated model, please get in touch with us at |
| 31 | +[email protected] if you'd like to migrate your model. If you take no |
| 32 | +action, your model(s) will be deleted on March 18, 2024 and not retrievable |
| 33 | +(either by you or other users).** |
| 34 | + |
| 35 | +For models with a Kaggle Models copy, there will be no impact on the |
| 36 | +availability/functionality of models that were copied from tfhub.dev – |
| 37 | +`tensorflow_hub` will continue to support downloading models that were initially |
| 38 | +uploaded to tfhub.dev via |
| 39 | +e.g. `hub.load("https://tfhub.dev/<publisher>/<model>/<version>")`. To see if a |
| 40 | +tfhub.dev model has been migrated, enter the model handle in your URL bar – if |
| 41 | +the redirect is successful, it has already been migrated, otherwise it is an |
| 42 | +unmigrated model and will be subject to deletion. |
| 43 | + |
| 44 | +Although no migration or code rewrites are explicitly required, we recommend |
| 45 | +replacing tfhub.dev links with their Kaggle Models counterparts to improve code |
| 46 | +health and debuggability. |
| 47 | + |
| 48 | +See FAQs [here](https://kaggle.com/tfhub-dev-faqs). |
0 commit comments