TensorFlow SavedModel: starting export with tensorflow 2.16.1...
WARNING ⚠️ tensorflow<=2.13.1 is required, but tensorflow==2.16.1 is currently installed https://github.com/ultralytics/ultralytics/issues/5161
- Compiling
yolov8
requiresTensorFlow 2.13.1
, which is not available viapip install tensorflow==2.13.1
. - We must compile this tensorflow version from the source, and its a very challenging task.