mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
5 lines
102 B
Python
5 lines
102 B
Python
_base_ = '../timm_config.py'
|
|
|
|
# model settings
|
|
model = dict(backbone=dict(model_name='jx_nest_tiny'))
|