Skip to content
forked from tensorflow/models

Models and examples built with TensorFlow

License

Notifications You must be signed in to change notification settings

mandy-li/models

This branch is 2799 commits behind tensorflow/models:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6841147 · Apr 28, 2021
Mar 26, 2021
Apr 16, 2021
Apr 28, 2021
Apr 10, 2021
Apr 28, 2021
Apr 26, 2020
Apr 1, 2016
Apr 19, 2021
May 5, 2020
May 14, 2020
Mar 4, 2016
Feb 8, 2021

Repository files navigation

Logo

Welcome to the Model Garden for TensorFlow

The TensorFlow Model Garden is a repository with a number of different implementations of state-of-the-art (SOTA) models and modeling solutions for TensorFlow users. We aim to demonstrate the best practices for modeling so that TensorFlow users can take full advantage of TensorFlow for their research and product development.

Directory Description
official • A collection of example implementations for SOTA models using the latest TensorFlow 2's high-level APIs
• Officially maintained, supported, and kept up to date with the latest TensorFlow 2 APIs by TensorFlow
• Reasonably optimized for fast performance while still being easy to read
research • A collection of research model implementations in TensorFlow 1 or 2 by researchers
• Maintained and supported by researchers
community • A curated list of the GitHub repositories with machine learning models and implementations powered by TensorFlow 2
orbit • A flexible and lightweight library that users can easily use or fork when writing customized training loop code in TensorFlow 2.x. It seamlessly integrates with tf.distribute and supports running on different device types (CPU, GPU, and TPU).

Contributions

help wanted:paper implementation

If you want to contribute, please review the contribution guidelines.

License

Apache License 2.0

About

Models and examples built with TensorFlow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.6%
  • Jupyter Notebook 7.6%
  • C++ 1.9%
  • Other 0.9%