From e94b49718f800276d2c045349db4480bbe12dd6b Mon Sep 17 00:00:00 2001 From: Paul Woitaschek Date: Tue, 17 Jul 2018 21:03:38 +0200 Subject: [PATCH] Update tflite_convert.py --- tensorflow/contrib/lite/python/tflite_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/lite/python/tflite_convert.py b/tensorflow/contrib/lite/python/tflite_convert.py index 9bd1f4f76ee..d17482e6011 100644 --- a/tensorflow/contrib/lite/python/tflite_convert.py +++ b/tensorflow/contrib/lite/python/tflite_convert.py @@ -257,7 +257,7 @@ def run_main(_): parser.add_argument( "--input_arrays", type=str, - help="Names of the output arrays, comma-separated.") + help="Names of the input arrays, comma-separated.") parser.add_argument( "--input_shapes", type=str,