updates
This commit is contained in:
parent
db2674aa31
commit
32f5ea955b
6
train.py
6
train.py
|
@ -47,9 +47,9 @@ def train(
|
||||||
data_cfg,
|
data_cfg,
|
||||||
img_size=416,
|
img_size=416,
|
||||||
resume=False,
|
resume=False,
|
||||||
epochs=100, # 500200 batches at bs 4, 117263 images = 68 epochs
|
epochs=100, # 500200 batches at bs 16, 117263 images = 273 epochs
|
||||||
batch_size=16,
|
batch_size=8,
|
||||||
accumulate=4, # effective bs = 64 = batch_size * accumulate
|
accumulate=8, # effective bs = batch_size * accumulate = 8 * 8 = 64
|
||||||
freeze_backbone=False,
|
freeze_backbone=False,
|
||||||
transfer=False # Transfer learning (train only YOLO layers)
|
transfer=False # Transfer learning (train only YOLO layers)
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue