Skip to content

Commit

Permalink
Reduce warmup epochs from 5 to 1 when finetuning on custom data. (Meg…
Browse files Browse the repository at this point in the history
…vii-BaseDetection#418)

This will improve yolox-s on VOC from 84.0 to 84.6 AP.
  • Loading branch information
Joker316701882 authored Aug 22, 2021
1 parent 17f153b commit 528205b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exps/example/yolox_voc/yolox_voc_s.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(self):
self.num_classes = 20
self.depth = 0.33
self.width = 0.50
self.warmup_epochs = 1
self.exp_name = os.path.split(os.path.realpath(__file__))[1].split(".")[0]

def get_data_loader(self, batch_size, is_distributed, no_aug=False, cache_img=False):
Expand Down

0 comments on commit 528205b

Please sign in to comment.