models
by
tensorflow

Description: Models and examples built with TensorFlow

View on GitHub ↗

Summary Information

Updated 12 minutes ago
Added to GitGenius on May 1st, 2023
Created on February 5th, 2016
Open Issues & Pull Requests: 1,290 (+0)
Number of forks: 44,984
Total Stargazers: 77,672 (+0)
Total Subscribers: 2,638 (+0)

Issue Activity (beta)

Open issues: 991
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,910 days
Stale 30+ days: 991
Stale 90+ days: 990

Recent activity

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

Top labels

  • type:support (1,165)
  • stat:awaiting response (1,058)
  • models:research (1,030)
  • type:bug (864)
  • models:research:odapi (806)
  • stale (497)
  • models:official (488)
  • type:feature (259)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 81.3 days
Mean response time: 598.7 days
90th percentile: 1744.9 days
Tracked items: 184

Most active contributors

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. Across 184 tracked issues and pull requests, the median response latency is approximately 1952 hours, with a mean latency of 14369.9 hours, indicating variable response times across different types of contributions. The most frequently labeled issues fall into three categories: type:bug with 78 occurrences, models:research with 74 occurrences, and models:official with 62 occurrences. The most active contributors tracked include laxmareddyp with 136 events, bharatjetti with 77 events, and LakshmiKalaKadali with 48 events, demonstrating consistent maintenance and development activity.

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.

GitGenius analysis reveals that this repository shares overlapping contributors with major open-source projects including microsoft/vscode, microsoft/typescript, and rust-lang/rust, suggesting cross-pollination of development practices and expertise across different technology domains. 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.

models
by
tensorflowtensorflow/models

Repository Details

Fetching additional details & charts...