From 70597a441aadd618d1d065144668d4343739665b Mon Sep 17 00:00:00 2001 From: Luis Vega Date: Thu, 25 Feb 2021 20:04:32 +0000 Subject: [PATCH] add missing equal sign --- tutorials/frontend/from_tflite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/frontend/from_tflite.py b/tutorials/frontend/from_tflite.py index a3014f9d2ea8..f7e8422c37b6 100644 --- a/tutorials/frontend/from_tflite.py +++ b/tutorials/frontend/from_tflite.py @@ -26,7 +26,7 @@ .. code-block:: bash # install tflite - pip install tflite=2.1.0 --user + pip install tflite==2.1.0 --user or you could generate TFLite package yourself. The steps are the following: