aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/image_retraining
diff options
context:
space:
mode:
authorGravatar Olivia Nordquist <nolivia@google.com>2016-06-14 13:55:27 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-14 15:03:59 -0700
commita558c6e3b38846727873b5afbbc3ba309ae5dff5 (patch)
tree1fb38be16d005ce2371409727203ec621bc10461 /tensorflow/examples/image_retraining
parentd28d4c477b764019b763029145bd81bb491e8a7c (diff)
Execute TODOs to
move client/graph_util.py ops/common_shapes.py ops/constant_op.py ops/op_def_library.py to framework/. Also moved 2 corresponding test files and fixed some linting errors Change: 124885409
Diffstat (limited to 'tensorflow/examples/image_retraining')
-rw-r--r--tensorflow/examples/image_retraining/retrain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/image_retraining/retrain.py b/tensorflow/examples/image_retraining/retrain.py
index 484dd89545..9b01376577 100644
--- a/tensorflow/examples/image_retraining/retrain.py
+++ b/tensorflow/examples/image_retraining/retrain.py
@@ -67,7 +67,7 @@ import numpy as np
from six.moves import urllib
import tensorflow as tf
-from tensorflow.python.client import graph_util
+from tensorflow.python.framework import graph_util
from tensorflow.python.framework import tensor_shape
from tensorflow.python.platform import gfile