mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
4 lines
102 B
Python
4 lines
102 B
Python
|
_base_ = '../replknet-XL_32xb64_in1k-320px.py'
|
||
|
|
||
|
model = dict(backbone=dict(small_kernel_merged=True))
|