Skip to content
forked from tensorflow/hub

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

Notifications You must be signed in to change notification settings

mvandermeulen/hub

 
 

Repository files navigation

TensorFlow Hub is moving to Kaggle Models.

Starting November 15th, links to tfhub.dev will 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 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.

TensorFlow Hub

TensorFlow Hub is a repository of reusable assets for machine learning with TensorFlow. In particular, it provides pre-trained SavedModels that can be reused to solve new tasks with less training time and less training data.

This GitHub repository hosts the tensorflow_hub Python library to download and reuse SavedModels in your TensorFlow program with a minimum amount of code, as well as other associated code and documentation.

Getting Started

Contributing

If you'd like to contribute to TensorFlow Hub, be sure to review the contribution guidelines. To contribute code to the library itself (not examples), you will probably need to build from source.

This project adheres to TensorFlow's code of conduct. By participating, you are expected to uphold this code.

We use GitHub issues for tracking requests and bugs.

License

Apache License 2.0

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.8%
  • Starlark 3.8%
  • Shell 0.4%