2022-01-28 10:54:14 +08:00
|
|
|
_base_ = [
|
|
|
|
'../_base_/models/hrnet/hrnet-w18.py',
|
|
|
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
|
|
|
'../_base_/schedules/imagenet_bs256_coslr.py',
|
|
|
|
'../_base_/default_runtime.py'
|
|
|
|
]
|
2022-07-14 19:15:49 +08:00
|
|
|
|
|
|
|
# NOTE: `auto_scale_lr` is for automatically scaling LR,
|
|
|
|
# USER SHOULD NOT CHANGE ITS VALUES.
|
|
|
|
# base_batch_size = (4 GPUs) x (32 samples per GPU)
|
|
|
|
auto_scale_lr = dict(base_batch_size=128)
|