Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
dnth committed Jun 11, 2022
1 parent f012ebe commit 1f8e82b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ python export.py --weights yolov5-deepsparse/yolov5s-sgd/weights/best.pt --inclu

#### YOLOv5-S (One-Shot)

```python export.py --weights yolov5-deepsparse/yolov5s-sgd-one-shot/weights/checkpoint-one-shot.pt --include onnx --imgsz 416 --dynamic --simplify
```
python export.py --weights yolov5-deepsparse/yolov5s-sgd-one-shot/weights/checkpoint-one-shot.pt --include onnx --imgsz 416 --dynamic --simplify
```

#### YOLOv5-S Pruned
Expand Down

0 comments on commit 1f8e82b

Please sign in to comment.