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

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

1
1110sillabo 已提交
5
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.
Q
Quoc Le 已提交
6

J
Jaeyoun Kim 已提交
7
## Structure
Q
Quoc Le 已提交
8

J
Jaeyoun Kim 已提交
9 10 11 12
| Folder | Description |
|-----------|-------------|
| [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<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 />• Up to the individual researchers to maintain the model implementations and/or provide support on issues and pull requests |
Q
Quoc Le 已提交
13

14 15
## Contribution guidelines

J
Jaeyoun Kim 已提交
16
If you want to contribute to models, please review the [contribution guidelines](CONTRIBUTING.md).
17 18 19 20

## License

[Apache License 2.0](LICENSE)