_base_ = '../timm_config.py'

# model settings
model = dict(backbone=dict(model_name='vit_base_patch16_224'))
