Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 739461f

Browse files
authored
fix yolov5 transfer turorial export command
export model path did not match train project
1 parent b6239b2 commit 739461f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/get-started/transfer-a-sparsified-model/cv-object-detection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ It is now ready for deployment with the DeepSparse Engine utilizing its pipeline
6363

6464
```bash
6565
$ sparseml.yolov5.export_onnx \
66-
--weights yolov5/sparsified/weights/best.pt \
66+
--weights yolov5l/sparsified/weights/best.pt \
6767
--dynamic
6868
```

0 commit comments

Comments
 (0)