"official/vision/dataloaders/tf_example_decoder.py" did not exist on "cc748b2acb546f9616a6dea85bd6497a1532cd25"
Commit 143d09bc authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Readme of Offically supported TensorFlow 2.1 Models on Cloud TPU

PiperOrigin-RevId: 285234431
parent f4dd2cff
# Offically Supported TensorFlow 2.1 Models on Cloud TPU
## Natural Language Processing
* [bert](nlp/bert): A powerful pre-trained language representation model:
BERT, which stands for Bidirectional Encoder Representations from
Transformers.
* [transformer](transformer): A transformer model to translate the WMT
English to German dataset.
## Computer Vision
* [mnist](vision/image_classification): A basic model to classify digits
from the MNIST dataset.
* [resnet](vision/image_classification): A deep residual network that can
be used to classify ImageNet's dataset of 1000 classes.
* [retinanet](vision/detection): A fast and powerful object detector.
...@@ -69,6 +69,8 @@ installable Official Models package. This is being tracked in ...@@ -69,6 +69,8 @@ installable Official Models package. This is being tracked in
## Available models ## Available models
**NOTE: For Officially Supported TPU models please check [README-TPU](README-TPU.md).**
**NOTE:** Please make sure to follow the steps in the **NOTE:** Please make sure to follow the steps in the
[Requirements](#requirements) section. [Requirements](#requirements) section.
...@@ -88,7 +90,7 @@ installable Official Models package. This is being tracked in ...@@ -88,7 +90,7 @@ installable Official Models package. This is being tracked in
the MNIST dataset. the MNIST dataset.
* [resnet](vision/image_classification): A deep residual network that can be * [resnet](vision/image_classification): A deep residual network that can be
used to classify both CIFAR-10 and ImageNet's dataset of 1000 classes. used to classify both CIFAR-10 and ImageNet's dataset of 1000 classes.
* [retinanet](vision/detection): A fast and power detector. * [retinanet](vision/detection): A fast and powerful object detector.
### Others ### Others
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment