diff --git a/export.py b/export.py index bec25216f7d8..6013613852fd 100644 --- a/export.py +++ b/export.py @@ -398,10 +398,10 @@ def export_saved_model(model, LOGGER.info(f'\n{prefix} starting export with tensorflow {tf.__version__}...') check_version(tf.__version__, - '<=2.13.1', - name='tensorflow', - verbose=True, - msg='https://github.com/ultralytics/yolov5/issues/12489') + '<=2.13.1', + name='tensorflow', + verbose=True, + msg='https://github.com/ultralytics/yolov5/issues/12489') f = str(file).replace('.pt', '_saved_model') batch_size, ch, *imgsz = list(im.shape) # BCHW