fix a redundant

pull/1780/head
John 2023-09-05 22:22:43 +08:00
parent 9b75ce0aa4
commit b0b4422736
1 changed files with 0 additions and 5 deletions

View File

@ -16,11 +16,6 @@ with read_base():
# model settings
checkpoint = 'https://download.openmmlab.com/mmclassification/v0/swin-transformer/convert/swin-large_3rdparty_in21k-384px.pth' # noqa
model.update(
backbone=dict(arch='large'),
head=dict(in_channels=1536),
)
model = dict(
type=ImageClassifier,
backbone=dict(