mirror of
https://github.com/open-mmlab/mmpretrain.git
synced 2025-06-03 14:59:18 +08:00
4 lines
105 B
Python
4 lines
105 B
Python
|
_base_ = '../levit-384_8xb256_in1k.py'
|
||
|
|
||
|
model = dict(backbone=dict(deploy=True), head=dict(deploy=True))
|