mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
5 lines
165 B
Python
5 lines
165 B
Python
_base_ = [
|
|
'../_base_/models/resnet50.py', '../_base_/datasets/imagenet_bs64.py',
|
|
'../_base_/schedules/imagenet_bs2048.py', '../_base_/default_runtime.py'
|
|
]
|