mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
5 lines
104 B
Python
5 lines
104 B
Python
|
_base_ = ['./efficientnetv2-s_8xb32_in21k.py']
|
||
|
|
||
|
# model setting
|
||
|
model = dict(backbone=dict(arch='l'), )
|