1.6 KiB
TensorFlow Hub
Publishing on tfhub.dev
Are you interested in publishing your modules on tfhub.dev? Express your interest via our Publisher Survey. We appreciate your valuable feedback, and will be providing more information about publishing modules in the coming months. For now, please read our documentation about Hosting a Module.
Fairness
As in all of machine learning, fairness is an important consideration. Modules typically leverage large pretrained datasets. When reusing such a dataset, it’s important to be mindful of what data it contains (and whether there are any existing biases there), and how these might impact your downstream experiments.
Status
Although we hope to prevent breaking changes, this project is still under active development and is not yet guaranteed to have a stable API or module format.
Security
Since they contain arbitrary TensorFlow graphs, modules can be thought of as programs. Using TensorFlow Securely describes the security implications of referencing a module from an untrusted source.
Source-Code & Bug Reports
The source code is available on GitHub. Use GitHub issues for feature requests and bugs. Please see the TensorFlow Hub mailing list for general questions and discussion.