December 14, 2018

173 words 1 min read

tensorflow/models

tensorflow/models

Models and examples built with TensorFlow

repo name tensorflow/models
repo link https://github.com/tensorflow/models
homepage
language Python
size (curr.) 524121 kB
stars (curr.) 62104
created 2016-02-05
license Apache License 2.0

TensorFlow Models

This repository contains a number of different models implemented in TensorFlow:

The official models are a collection of example models that use TensorFlow’s high-level APIs. They are intended to be well-maintained, tested, and kept up to date with the latest stable TensorFlow API. They should also be reasonably optimized for fast performance while still being easy to read. We especially recommend newer TensorFlow users to start here.

The research models are a large collection of models implemented in TensorFlow by researchers. They are not officially supported or available in release branches; it is up to the individual researchers to maintain the models and/or provide support on issues and pull requests.

The tutorials folder is a collection of models described in the TensorFlow tutorials.

Contribution guidelines

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

License

Apache License 2.0

comments powered by Disqus