Commit db2fab99 authored by Fan Yang's avatar Fan Yang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 411136341
parent eaa4003c
...@@ -17,11 +17,10 @@ ...@@ -17,11 +17,10 @@
import os import os
import tensorflow as tf import tensorflow as tf
from official.legacy.image_classification import preprocessing
from official.projects.edgetpu.vision.modeling import common_modules from official.projects.edgetpu.vision.modeling import common_modules
from official.projects.edgetpu.vision.modeling import mobilenet_edgetpu_v1_model from official.projects.edgetpu.vision.modeling import mobilenet_edgetpu_v1_model
from official.projects.edgetpu.vision.modeling import mobilenet_edgetpu_v1_model_blocks from official.projects.edgetpu.vision.modeling import mobilenet_edgetpu_v1_model_blocks
from official.vision.image_classification import preprocessing
# TODO(b/151324383): Enable once training is supported for mobilenet-edgetpu # TODO(b/151324383): Enable once training is supported for mobilenet-edgetpu
EXAMPLE_IMAGE = ('third_party/tensorflow_models/official/vision/' EXAMPLE_IMAGE = ('third_party/tensorflow_models/official/vision/'
......
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