README.md 892 Bytes
Newer Older
Hongkun Yu's avatar
Hongkun Yu committed
1
2
3
4
5
# Legacy Models Collection

The R1 folder contains legacy model implmentation and models that will not
update to TensorFlow 2.x. They do not have solid performance tracking.

6
7
8
9
10
11
**Note: models will be removed from the master branch by 2020/06.**

After removal, you can still access to these legacy models in the previous
released tags, e.g. [v2.1.0](https://github.com/tensorflow/models/releases/tag/v2.1.0).


Hongkun Yu's avatar
Hongkun Yu committed
12
13
14
15
16
17
18
19
20
21
22
23
## Legacy model implmentation

Transformer and MNIST implementation uses pure TF 1.x TF-Estimator.
Users should follow the corresponding TF 2.x implmentation inside the
official model garden.

## Models that will not update to TensorFlow 2.x

*   [boosted_trees](boosted_trees): A Gradient Boosted Trees model to
    classify higgs boson process from HIGGS Data Set.
*   [wide_deep](wide_deep): A model that combines a wide model and deep
    network to classify census income data.