mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
10 lines
273 B
Python
10 lines
273 B
Python
|
_base_ = [
|
||
|
'../_base_/models/hivit/base_224.py',
|
||
|
'../_base_/datasets/imagenet_bs64_hivit_224.py',
|
||
|
'../_base_/schedules/imagenet_bs1024_adamw_hivit.py',
|
||
|
'../_base_/default_runtime.py'
|
||
|
]
|
||
|
|
||
|
# schedule settings
|
||
|
optim_wrapper = dict(clip_grad=dict(max_norm=5.0))
|