Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andbue committed Feb 9, 2022
1 parent f8dd4f6 commit 5b66d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calamari_ocr/ocr/savedmodel/saved_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
)

Expand Down

0 comments on commit 5b66d73

Please sign in to comment.