mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update tutorial.ipynb (#7212)
This commit is contained in:
parent
cf4f3c3455
commit
9c1e91aea2
2
tutorial.ipynb
vendored
2
tutorial.ipynb
vendored
@ -1077,7 +1077,7 @@
|
||||
},
|
||||
"source": [
|
||||
"# VOC\n",
|
||||
"for b, m in zip([64, 64, 32, 16], ['yolov5s', 'yolov5m', 'yolov5l', 'yolov5x']): # zip(batch_size, model)\n",
|
||||
"for b, m in zip([64, 64, 64, 32, 16], ['yolov5n', 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x']): # zip(batch_size, model)\n",
|
||||
" !python train.py --batch {b} --weights {m}.pt --data VOC.yaml --epochs 50 --cache --img 512 --nosave --hyp hyp.VOC.yaml --project VOC --name {m}"
|
||||
],
|
||||
"execution_count": null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user