glenn-jocher commited on
Commit
3d3483c
1 Parent(s): 6f4eb95

Update tutorial.ipynb (#7254)

Browse files
Files changed (1) hide show
  1. tutorial.ipynb +1 -1
tutorial.ipynb CHANGED
@@ -1078,7 +1078,7 @@
1078
  "source": [
1079
  "# VOC\n",
1080
  "for b, m in zip([64, 64, 64, 32, 16], ['yolov5n', 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x']): # zip(batch_size, model)\n",
1081
- " !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}"
1082
  ],
1083
  "execution_count": null,
1084
  "outputs": []
 
1078
  "source": [
1079
  "# VOC\n",
1080
  "for b, m in zip([64, 64, 64, 32, 16], ['yolov5n', 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x']): # zip(batch_size, model)\n",
1081
+ " !python train.py --batch {b} --weights {m}.pt --data VOC.yaml --epochs 50 --img 512 --hyp hyp.VOC.yaml --project VOC --name {m} --cache"
1082
  ],
1083
  "execution_count": null,
1084
  "outputs": []