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

Commit 2452cbd

Browse files
Merge pull request #94 from neuralmagic/yolov5l-transfer-export-command-fix
fix yolov5 transfer turorial export command
2 parents b6239b2 + 739461f commit 2452cbd

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)