diff --git a/tutorial.ipynb b/tutorial.ipynb index 0379fb1a3c57..1a6d41526140 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -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": []