Commit 377c5285 authored by Mark Sandler's avatar Mark Sandler Committed by Sergio Guadarrama
Browse files

Merged commit includes the following changes: (#7798)

280061731  by Sergio Guadarrama:

    Fix table formatting in mobilenet readme

--
280059345  by Sergio Guadarrama:

    Internal change

PiperOrigin-RevId: 280061731
parent ba87e2c6
...@@ -779,10 +779,9 @@ py_library( ...@@ -779,10 +779,9 @@ py_library(
], ],
) )
py_test( py_test( # py2and3_test
name = "pix2pix_test", name = "pix2pix_test",
srcs = ["nets/pix2pix_test.py"], srcs = ["nets/pix2pix_test.py"],
python_version = "PY2",
srcs_version = "PY2AND3", srcs_version = "PY2AND3",
deps = [ deps = [
":pix2pix", ":pix2pix",
......
...@@ -78,13 +78,11 @@ on CPU, we find that they are much more performant on GPU/DSP. ...@@ -78,13 +78,11 @@ on CPU, we find that they are much more performant on GPU/DSP.
#### Edge TPU checkpoints: #### Edge TPU checkpoints:
| Imagenet | MACs (M) | Params (M) | Top1 | Pixel 4 | Pixel 4 CPU | | Imagenet Checkpoint | MACs (M) | Params (M) | Top1 | Pixel 4 Edge TPU | Pixel 4 CPU |
: Checkpoint : : : : EdgeTPU : :
| ----------------- | -------- | ---------- | ---- | ------- | ----------- | | ----------------- | -------- | ---------- | ---- | ------- | ----------- |
| [MobilenetEdgeTPU | 624 | 2.9 | 73.5 | 3.1 | 13.8 | | [MobilenetEdgeTPU dm=0.75 (8-bit)]| 624 | 2.9 | 73.5 | 3.1 | 13.8 |
: dm=0.75 (8-bit)] : : : : : : | [MobilenetEdgeTPU dm=1 (8-bit)] | 990 | 4.0 | 75.6 | 3.6 | 20.6 |
| [MobilenetEdgeTPU | 990 | 4.0 | 75.6 | 3.6 | 20.6 |
: dm=1 (8-bit)] : : : : : :
Note: 8-bit quantized versions of the MobilenetEdgeTPU models were obtained Note: 8-bit quantized versions of the MobilenetEdgeTPU models were obtained
using Tensorflow Lite's using Tensorflow Lite's
......
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