From e5219099cd6e76e4f75a4c8b376531af2791d358 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 19 Jan 2022 10:18:29 -1000 Subject: [PATCH] Created using Colaboratory --- tutorial.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial.ipynb b/tutorial.ipynb index 251c18d97815..b160e75adb58 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -1077,7 +1077,7 @@ }, "source": [ "# VOC\n", - "for b, m in zip([64, 48, 32, 16], ['yolov5s', 'yolov5m', 'yolov5l', 'yolov5x']): # zip(batch_size, model)\n", + "for b, m in zip([64, 64, 32, 16], ['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.finetune.yaml --project VOC --name {m}" ], "execution_count": null, @@ -1099,4 +1099,4 @@ "outputs": [] } ] -} +} \ No newline at end of file