updated TF Lite models screenshots

PiperOrigin-RevId: 276904338
Change-Id: Ic1f5287e1ede2b94c272ef71b300ee8674a7840b
This commit is contained in:
Khanh LeViet 2019-10-26 21:15:58 -07:00 committed by TensorFlower Gardener
parent 312e7ed667
commit 041ae08f82
6 changed files with 2 additions and 2 deletions
tensorflow/lite/g3doc/models
bert_qa/images
smart_reply
text_classification

Binary file not shown.

Before

(image error) Size: 625 KiB

After

(image error) Size: 1.0 MiB

Binary file not shown.

Before

(image error) Size: 725 KiB

After

(image error) Size: 244 KiB

View File

@ -37,7 +37,7 @@ The on-device model comes with several benefits. It is:
## Example output
<img alt="Animation showing smart reply" src="images/smart_reply.gif" />
<img alt="Animation showing smart reply" src="images/smart_reply.gif" style="max-width: 300px"/>
## Read more about this

Binary file not shown.

After

(image error) Size: 188 KiB

Binary file not shown.

Before

(image error) Size: 305 KiB

View File

@ -4,7 +4,7 @@ Use a pre-trained model to category a paragraph into predefined groups.
## Get started
<img src="images/screenshot.png" class="attempt-right" style="max-width: 300px">
<img src="images/screenshot.gif" class="attempt-right" style="max-width: 300px">
If you are new to TensorFlow Lite and are working with Android, we recommend
exploring the following example applications that can help you get started.