YAwei666
YAwei666
thank you
### Branch main branch (mmpretrain version) ### Describe the bug python tools/train.py configs/resnet/resnet50_8xb32_in1k_2.py _base_ = [ '../_base_/models/resnet50.py', '../_base_/datasets/imagenet_bs32.py', '../_base_/schedules/imagenet_bs256_coslr.py', '../_base_/default_runtime.py' ] model = dict( backbone=dict( frozen_stages=2, init_cfg=dict( type='Pretrained', checkpoint='https://download.openmmlab.com/mmclassification/v0/resnet/resnet50_8xb32_in1k_20210831-ea4938fc.pth', prefix='backbone',...
thanks for your great work.