Updating a typo on paddlepaddle.md (#9108)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/8646/merge
Abirami Vina 8 months ago committed by GitHub
parent 630ee4518b
commit a62cdab53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/integrations/paddlepaddle.md

@ -80,7 +80,7 @@ Before diving into the usage instructions, it's important to note that while all
model = YOLO('yolov8n.pt')
# Export the model to PaddlePaddle format
model.export(format=''paddle'') # creates '/yolov8n_paddle_model'
model.export(format='paddle') # creates '/yolov8n_paddle_model'
# Load the exported PaddlePaddle model
paddle_model = YOLO('./yolov8n_paddle_model')

Loading…
Cancel
Save