mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
4 lines
155 B
Python
4 lines
155 B
Python
_base_ = 'benchmarks/cls/hrnet/hrnetw18_b32x8_100e_jpg.py'
|
|
# model settings
|
|
model = dict(backbone=dict(type='HRNet', arch='w30', multi_scale_output=True))
|