From 5b66d7340cb92e7d52f8f3a639ed8e6d796519ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=BCttner?= Date: Wed, 9 Feb 2022 11:28:40 +0100 Subject: [PATCH] Typos --- calamari_ocr/ocr/savedmodel/saved_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calamari_ocr/ocr/savedmodel/saved_model.py b/calamari_ocr/ocr/savedmodel/saved_model.py index 066d2313..a6f43a12 100644 --- a/calamari_ocr/ocr/savedmodel/saved_model.py +++ b/calamari_ocr/ocr/savedmodel/saved_model.py @@ -77,8 +77,8 @@ def _single_upgrade(self): if packaging.version.parse(tf.__version__) >= packaging.version.parse("2.5.0"): raise Exception( "Modules of checkpoint version 2 can only be upgraded by Tensorflow version 2.4. Please downgrade " - "Tensorflow to 2.4.x (`pip install tensorflow~=2.4.0`) to convert the model to a newer version " - "afterwards you can upgrade Tensorflow to a newver vesion (`pip install -U tensorflow`) " + "Tensorflow to 2.4.x (`pip install tensorflow~=2.4.0`) to convert the model to a newer version. " + "Afterwards you can upgrade Tensorflow to a newer version (`pip install -U tensorflow`) " "and continue the model upgrade (if required)." )