mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 17:01:33 +08:00
9 lines
257 B
Python
9 lines
257 B
Python
_base_ = [
|
|
'../_base_/models/mlp_mixer_large_patch16.py',
|
|
'../_base_/datasets/imagenet_bs64_mixer_224.py',
|
|
'../_base_/schedules/imagenet_bs4096_AdamW.py',
|
|
'../_base_/default_runtime.py',
|
|
]
|
|
|
|
optim_wrapper = dict(clip_grad=dict(max_norm=1.0))
|