### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Export ### Bug YOLOv5x SavedModel format is over a 2GB TF limit: ``` TensorFlow SavedModel: export failure: Message third_party.py.keras.protobuf.SavedMetadata exceeds maximum protobuf size of 2GB: 2283672738 ``` First noted in https://github.com/ultralytics/yolov5/issues/251#issuecomment-1008741802 @zldrobit could you help on this? ### Environment Colab Notebook https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb ### Minimal Reproducible Example In Colab notebook after running Setup cell: https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb ```python !python export.py --weights yolov5x.pt --img 640 --include saved_model ``` ### Additional See https://github.com/tensorflow/tensorflow/issues/45041 for the official TF issue ### Are you willing to submit a PR? - [X] Yes I'd like to help by submitting a PR!