From 4314d6766df4e651e902427deb514fd918891690 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Fri, 16 Oct 2020 12:13:49 -0700 Subject: [PATCH] Remove Python 2 instructions from demo README Python 2 is not supported in TensorFlow after 2.1, so Python 2 instructions in README are misleading --- tensorflow/lite/examples/python/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/lite/examples/python/README.md b/tensorflow/lite/examples/python/README.md index 82b7ad690fc..2cbbaa761d7 100644 --- a/tensorflow/lite/examples/python/README.md +++ b/tensorflow/lite/examples/python/README.md @@ -31,8 +31,6 @@ mv /tmp/mobilenet_v1_1.0_224/labels.txt /tmp/ ## Run the sample -Note: Instead use `python` if you're using Python 2.x. - ```sh python3 label_image.py \ --model_file /tmp/mobilenet_v1_1.0_224.tflite \