mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
7 lines
196 B
Python
7 lines
196 B
Python
|
_base_ = [
|
||
|
'../_base_/models/hrnet/hrnet-w40.py',
|
||
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
||
|
'../_base_/schedules/imagenet_bs256_coslr.py',
|
||
|
'../_base_/default_runtime.py'
|
||
|
]
|