Updating a typo on paddlepaddle.md (#9108)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
630ee4518b
commit
a62cdab53a
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ Before diving into the usage instructions, it's important to note that while all
|
||||||
model = YOLO('yolov8n.pt')
|
model = YOLO('yolov8n.pt')
|
||||||
|
|
||||||
# Export the model to PaddlePaddle format
|
# 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
|
# Load the exported PaddlePaddle model
|
||||||
paddle_model = YOLO('./yolov8n_paddle_model')
|
paddle_model = YOLO('./yolov8n_paddle_model')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue