Skip to content

Commit 9aaa856

Browse files
Merge pull request #1397 from gison93:patch-1
PiperOrigin-RevId: 262921538
2 parents 4e12a19 + ecef0d2 commit 9aaa856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/g3doc/serving_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export_path_base = sys.argv[-1]
5050
export_path = os.path.join(
5151
compat.as_bytes(export_path_base),
5252
compat.as_bytes(str(FLAGS.model_version)))
53-
print 'Exporting trained model to', export_path
53+
print('Exporting trained model to', export_path)
5454
builder = tf.saved_model.builder.SavedModelBuilder(export_path)
5555
builder.add_meta_graph_and_variables(
5656
sess, [tf.saved_model.tag_constants.SERVING],

0 commit comments

Comments
 (0)