README.md 2.1 KB
Newer Older
J
Jaeyoun Kim 已提交
1
![Logo](https://storage.googleapis.com/tf_model_garden/tf_model_garden_logo.png)
J
Jaeyoun Kim 已提交
2

J
Jaeyoun Kim 已提交
3
# Welcome to the Model Garden for TensorFlow
Q
Quoc Le 已提交
4

5 6 7 8 9 10 11 12 13
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.

To improve the transparency and reproducibility of our models, training logs on
[TensorBoard.dev](https://tensorboard.dev) are also provided for models to the
extent possible though not all models are suitable.
Q
Quoc Le 已提交
14

15
| Directory | Description |
J
Jaeyoun Kim 已提交
16
|-----------|-------------|
17 18
| [official](official) | • A collection of example implementations for SOTA models using the latest TensorFlow 2's high-level APIs<br />• Officially maintained, supported, and kept up to date with the latest TensorFlow 2 APIs by TensorFlow<br />• Reasonably optimized for fast performance while still being easy to read |
| [research](research) | • A collection of research model implementations in TensorFlow 1 or 2 by researchers<br />• Maintained and supported by researchers |
19
| [community](community) | • A curated list of the GitHub repositories with machine learning models and implementations powered by TensorFlow 2 |
J
Jaeyoun Kim 已提交
20
| [orbit](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). |
Q
Quoc Le 已提交
21

J
Jaeyoun Kim 已提交
22
## [Announcements](https://github.com/tensorflow/models/wiki/Announcements)
23 24

## Contributions
25

J
Jaeyoun Kim 已提交
26
[![help wanted:paper implementation](https://img.shields.io/github/issues/tensorflow/models/help%20wanted%3Apaper%20implementation)](https://github.com/tensorflow/models/labels/help%20wanted%3Apaper%20implementation)
J
Jaeyoun Kim 已提交
27

J
Jaeyoun Kim 已提交
28
If you want to contribute, please review the [contribution guidelines](https://github.com/tensorflow/models/wiki/How-to-contribute).
29 30 31 32

## License

[Apache License 2.0](LICENSE)