HeyMaslo / models

Models and examples built with TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Structure

Folder 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
• 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
• Up to the individual researchers to maintain the model implementations and/or provide support on issues and pull requests

Contribution guidelines

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

License

Apache License 2.0

About

Models and examples built with TensorFlow

License:Apache License 2.0


Languages

Language:Python 94.9%Language:Jupyter Notebook 2.8%Language:C++ 1.0%Language:Shell 0.8%Language:Starlark 0.4%Language:Dockerfile 0.0%Language:Makefile 0.0%Language:GLSL 0.0%