This commit is contained in:
Glenn Jocher 2019-08-25 20:20:15 +02:00
parent 6260ac266f
commit bf8f0f3987
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def train():
cfg = opt.cfg
data = opt.data
img_size = opt.img_size
epochs = 3 if opt.prebias else opt.epochs # 500200 batches at bs 16, 117263 images = 273 epochs
epochs = 1 if opt.prebias else opt.epochs # 500200 batches at bs 16, 117263 images = 273 epochs
batch_size = opt.batch_size
accumulate = opt.accumulate # effective bs = batch_size * accumulate = 16 * 4 = 64
weights = opt.weights # initial training weights