configs/classification/imagenet/resnet/imagenet_resnet152_jpg.py (7 lines of code) (raw):
_base_ = './resnet50_b32x8_100e_jpg.py'
# model settings
model = dict(
backbone=dict(
type='ResNet',
depth=152,
out_indices=[4], # 0: conv-1, x: stage-x
norm_cfg=dict(type='BN')))