Skip to content

Commit

Permalink
Update tutorial.ipynb (#7254)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 3, 2022
1 parent 6f4eb95 commit 3d3483c
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 @@ -1078,7 +1078,7 @@
"source": [
"# VOC\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}"
" !python train.py --batch {b} --weights {m}.pt --data VOC.yaml --epochs 50 --img 512 --hyp hyp.VOC.yaml --project VOC --name {m} --cache"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit 3d3483c

Please sign in to comment.