# hub **Repository Path**: zhangzhixiang_laugh/hub ## Basic Information - **Project Name**: hub - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-03 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TensorFlow Hub TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models. In particular, it provides **modules**, which are pre-trained pieces of TensorFlow models that can be reused on new tasks. ## Getting Started * [Introduction](docs/index.md) * [Installation](docs/installation.md) * Tutorials: * [Image Retraining](https://www.tensorflow.org/tutorials/image_retraining) * [Text Classification](https://www.tensorflow.org/tutorials/text_classification_with_tf_hub) * [Additional Examples](examples/README.md) * Key Concepts: * [Using a Module](docs/basics.md) * [Creating a New Module](docs/creating.md) * [Fine-Tuning a Module](docs/fine_tuning.md) * Modules: * [Available Modules](docs/modules/index.md) -- quick links: [image](docs/modules/image.md), [text](docs/modules/text.md), [other](docs/modules/other.md) * [Common Signatures for Modules](docs/common_signatures/index.md) ## Contributing If you'd like to contribute to TensorFlow Hub, be sure to review the [contribution guidelines](CONTRIBUTING.md). This project adheres to TensorFlow's [code of conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. We use [GitHub issues](https://github.com/tensorflow/hub/issues) for tracking requests and bugs. Please see the [TensorFlow Hub mailing list](https://groups.google.com/a/tensorflow.org/forum/#!forum/hub) for general questions and discussion, or tag [tensorflow-hub on Stack Overflow](https://stackoverflow.com/questions/tagged/tensorflow-hub). ## License [Apache License 2.0](LICENSE)