Fix broken _base_ link in a resnet config. (#361)
parent
474c55d035
commit
57e9692765
|
@ -1,4 +1,4 @@
|
|||
_base_ = ['./resnet50_batch2048_warmup.py']
|
||||
_base_ = ['./resnet50_b64x32_warmup_imagenet.py']
|
||||
model = dict(
|
||||
head=dict(
|
||||
type='LinearClsHead',
|
||||
|
|
Loading…
Reference in New Issue