From b7007d03b4264b3bb805211a568d5e30cbb605dc Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 15 Nov 2020 11:23:43 +0100 Subject: [PATCH] Creado con Colaboratory --- tutorial.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tutorial.ipynb b/tutorial.ipynb index 95bd1a4f7..96d53a717 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -1180,6 +1180,19 @@ ], "execution_count": null, "outputs": [] + }, + { + "cell_type": "code", + "metadata": { + "id": "BSgFCAcMbk1R" + }, + "source": [ + "# VOC\n", + "for b, m in zip([64, 48, 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, + "outputs": [] } ] } \ No newline at end of file