tensorflow/models

Models and examples built with TensorFlow

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 36 minutes ago
Added to GitGenius on May 1st, 2023
Created on February 5th, 2016
Open Issues & Pull Requests: 1,273 (+0)
Number of forks: 44,889
Total Stargazers: 77,648 (+0)
Total Subscribers: 2,635 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.2 days
Mean response time: 516.3 days
90th percentile: 1544.5 days
Tracked items: 172

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "type:docs" is answered fastest, typically in about an hour, while "models:research:odapi" waits about 38 months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 984
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 1,918 days
Stale 30+ days: 983
Stale 90+ days: 982

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 3
Events in 7 days: 7

Top labels

  • type:support (1,167)
  • stat:awaiting response (1,063)
  • models:research (1,030)
  • type:bug (864)
  • models:research:odapi (806)
  • stale (504)
  • models:official (490)
  • type:feature (259)

Most active issues this week

Detailed Description

The TensorFlow Model Garden is a comprehensive repository maintained by TensorFlow that provides implementations of state-of-the-art models and modeling solutions across multiple machine learning domains. Written primarily in Python, the repository serves as a central resource for researchers and practitioners seeking best practices in deep learning, computer vision, natural language processing, speech recognition, reinforcement learning, and recommendation systems. The repository is classified across nineteen distinct categories including deep learning models, AI research, AI algorithms, neural networks, and model implementations, reflecting its broad scope and applicability across the machine learning landscape.

The repository is organized into four main directories, each serving a distinct purpose within the TensorFlow ecosystem. The official directory contains example implementations of state-of-the-art models built using TensorFlow 2's high-level APIs, maintained directly by the TensorFlow team and kept current with the latest framework updates. These implementations prioritize both performance optimization and code readability. The research directory houses model implementations contributed by researchers, supporting both TensorFlow 1 and 2, and maintained by their respective authors. A community directory curates external GitHub repositories containing machine learning models powered by TensorFlow 2. Additionally, the orbit library provides a flexible and lightweight training loop framework that integrates seamlessly with tf.distribute and supports execution across CPU, GPU, and TPU devices.

Activity data tracked by GitGenius reveals significant ongoing engagement with the repository.

The repository provides multiple installation methods to accommodate different user needs. Users can install the stable tf-models-official package via pip, which automatically includes all models and dependencies, or install tf-models-nightly for access to the latest changes from the master branch. Alternatively, users can clone the source repository directly and configure their Python path accordingly. For natural language processing work, additional installation of tensorflow-text-nightly may be required. The repository also provides training logs on TensorBoard.dev for reproducibility and transparency where applicable.

The repository is distributed under the Apache License 2.0 and welcomes contributions following established guidelines documented in the contribution wiki. The Model Garden represents a significant resource for the TensorFlow community, bridging the gap between cutting-edge research implementations and production-ready model code.