Kaynağa Gözat

Update tutorial.ipynb (#7254)

modifyDataloader
Glenn Jocher GitHub 2 yıl önce
ebeveyn
işleme
3d3483cf0c
Veri tabanında bu imza için bilinen anahtar bulunamadı GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      tutorial.ipynb

+ 1
- 1
tutorial.ipynb Dosyayı Görüntüle

@@ -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": []

Yükleniyor…
İptal
Kaydet