Skip to content

Commit

Permalink
Add YOLOv5n to Reproduce section (ultralytics#6619)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Feb 11, 2022
1 parent 36b69ae commit 2805a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@
},
"source": [
"# Reproduce\n",
"for x in 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x':\n",
"for x in 'yolov5n', 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x':\n",
" !python val.py --weights {x}.pt --data coco.yaml --img 640 --task speed # speed\n",
" !python val.py --weights {x}.pt --data coco.yaml --img 640 --conf 0.001 --iou 0.65 # mAP"
],
Expand Down

0 comments on commit 2805a48

Please sign in to comment.