"projects/CenterFormer/centerformer/__init__.py" did not exist on "edc468bf35ba65876a68f8ecfc7a17a21d8a5844"
README.md 2.07 KB
Newer Older
Jaeyoun Kim's avatar
Jaeyoun Kim committed
1
![Logo](https://storage.googleapis.com/tf_model_garden/tf_model_garden_logo.png)
Jaeyoun Kim's avatar
Jaeyoun Kim committed
2

Jaeyoun Kim's avatar
Jaeyoun Kim committed
3
# Welcome to the Model Garden for TensorFlow
Quoc Le's avatar
Quoc Le committed
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.
Quoc Le's avatar
Quoc Le committed
14

15
| Directory | Description |
Jaeyoun Kim's avatar
Jaeyoun Kim committed
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 |
Jaeyoun Kim's avatar
Jaeyoun Kim committed
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). |
Quoc Le's avatar
Quoc Le committed
21

Jaeyoun Kim's avatar
Jaeyoun Kim committed
22
## [Announcements](https://github.com/tensorflow/models/wiki/Announcements)
23
24

## Contributions
25

Jaeyoun Kim's avatar
Jaeyoun Kim committed
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)
Jaeyoun Kim's avatar
Jaeyoun Kim committed
27

Jaeyoun Kim's avatar
Jaeyoun Kim committed
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)