README.md 1.9 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

7
| Directory | Description |
J
Jaeyoun Kim 已提交
8
|-----------|-------------|
9 10
| [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 |
11
| [community](community) | • A curated list of the GitHub repositories with machine learning models and implementations powered by TensorFlow 2 |
Q
Quoc Le 已提交
12

13 14
## [Announcements](../../wiki/Announcements)

J
Jaeyoun Kim 已提交
15 16 17 18 19
| Date | News |
|------|------|
| May 7, 2020 | [MnasFPN with MobileNet-V2 backbone](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md#mobile-models) released for object detection
| May 1, 2020 | [DELF: DEep Local Features](https://github.com/tensorflow/models/tree/master/research/delf) updated to support TensorFlow 2.1
| March 31, 2020 | [Introducing the Model Garden for TensorFlow 2](https://blog.tensorflow.org/2020/03/introducing-model-garden-for-tensorflow-2.html) ([Tweet](https://twitter.com/TensorFlow/status/1245029834633297921)) |
20 21

## Contributions
22

23
If you want to contribute, please review the [contribution guidelines](../../wiki/How-to-contribute).
24 25 26 27

## License

[Apache License 2.0](LICENSE)