glenn-jocher commited on
Commit
035b554
1 Parent(s): 3d3483c

Update tutorial.ipynb (#7255)

Browse files
Files changed (1) hide show
  1. tutorial.ipynb +1 -1
tutorial.ipynb CHANGED
@@ -1077,7 +1077,7 @@
1077
  },
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,
 
1077
  },
1078
  "source": [
1079
  "# VOC\n",
1080
+ "for b, m in zip([64, 64, 64, 32, 16], ['yolov5n', 'yolov5s', 'yolov5m', 'yolov5l', 'yolov5x']): # batch, 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,