mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-02 22:31:23 +08:00
6 lines
187 B
Python
6 lines
187 B
Python
_base_ = [
|
|
'../_base_/models/res2net50-w26-s8.py',
|
|
'../_base_/datasets/imagenet_bs32_pil_resize.py',
|
|
'../_base_/schedules/imagenet_bs256.py', '../_base_/default_runtime.py'
|
|
]
|