mirror of
https://github.com/open-mmlab/mmselfsup.git
synced 2025-06-03 14:59:38 +08:00
18 lines
298 B
YAML
18 lines
298 B
YAML
MODEL:
|
|
META_ARCHITECTURE: "GeneralizedRCNN"
|
|
RPN:
|
|
PRE_NMS_TOPK_TEST: 6000
|
|
POST_NMS_TOPK_TEST: 1000
|
|
ROI_HEADS:
|
|
NAME: "Res5ROIHeadsExtraNorm"
|
|
BACKBONE:
|
|
FREEZE_AT: 0
|
|
RESNETS:
|
|
NORM: "SyncBN"
|
|
TEST:
|
|
PRECISE_BN:
|
|
ENABLED: True
|
|
SOLVER:
|
|
IMS_PER_BATCH: 16
|
|
BASE_LR: 0.02
|