#7 · Primary category: Model Zoos & Hubs

hub

embeddings image-classification machine-learning ml python tensorflow transfer-learning

A library for transfer learning by reusing parts of TensorFlow models.

Project last updated:01/17/25

GitHub Stars

3.5K

Forks

1.6K

Contributors

108

License

Apache-2.0

Why we included this project

Most teams do not train image or text encoders from scratch these days, and TensorFlow Hub is the tool that makes reuse practical inside TensorFlow. You give it a published model handle and it loads the weights as a ready-to-use Keras layer, so adding a fine-tuning head on top of an existing encoder takes a few lines instead of a training run. That removes the hassle of hosting or serving checkpoints yourself. One thing to know: model hosting moved to Kaggle Models in late 2023, so new handles live there, while older tfhub.dev links still work through the loader. If you are assembling a TensorFlow pipeline out of pre-trained components, this is the natural place to start.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category