tensorflow/models
Models and examples built with TensorFlow
What it solves
It provides a centralized repository of state-of-the-art (SOTA) model implementations and modeling solutions, helping TensorFlow users avoid building models from scratch and demonstrating best practices for research and product development.
How it works
The project is organized into four main sections: official implementations that are optimized and maintained by TensorFlow, research implementations provided by researchers, a curated list of community-driven models, and Orbit, a lightweight library for customized training loops that integrates with tf.distribute across CPU, GPU, and TPU.
Who it’s for
Machine learning researchers and developers using TensorFlow who want to access high-quality, reproducible model implementations and training tools.
Highlights
- Official SOTA model implementations using latest TensorFlow 2 APIs.
- Support for training logs via TensorBoard.dev for transparency and reproducibility.
- Orbit library for flexible, customized training loop code.
- Available as a pip package (
tf-models-official) for easy installation.
Related
- Project
- Project
- Project
- Project
- Project