Fix broken _base_ link in a resnet config. (#361)

pull/375/head
Ma Zerun 2021-07-25 23:50:32 -04:00 committed by GitHub
parent 474c55d035
commit 57e9692765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
_base_ = ['./resnet50_batch2048_warmup.py']
_base_ = ['./resnet50_b64x32_warmup_imagenet.py']
model = dict(
head=dict(
type='LinearClsHead',