"stubs/vscode:/vscode.git/clone" did not exist on "7815f6f3d737f7a5d7b25d844605d2fed93cb805"
Commit 7498c961 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1947 from derekjchow/master

Fix import on export_inference_graph_test.
parents 4e5e2497 5a805482
...@@ -25,7 +25,7 @@ import os ...@@ -25,7 +25,7 @@ import os
import tensorflow as tf import tensorflow as tf
from tensorflow.python.platform import gfile from tensorflow.python.platform import gfile
from google3.third_party.tensorflow_models.slim import export_inference_graph import export_inference_graph
class ExportInferenceGraphTest(tf.test.TestCase): class ExportInferenceGraphTest(tf.test.TestCase):
......
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