Skip to content

Commit 3eef804

Browse files
authored
Add YOLOv5n to Reproduce section (#6619)
1 parent b40bdd6 commit 3eef804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@
983983
},
984984
"source": [
985985
"# Reproduce\n",
986-
"for x in 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x':\n",
986+
"for x in 'yolov5n', 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x':\n",
987987
" !python val.py --weights {x}.pt --data coco.yaml --img 640 --task speed # speed\n",
988988
" !python val.py --weights {x}.pt --data coco.yaml --img 640 --conf 0.001 --iou 0.65 # mAP"
989989
],

0 commit comments

Comments
 (0)