Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

fix resnext config error #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/baselines/e2e_faster_rcnn_X-101-64x4d-FPN_1x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FPN:
MULTILEVEL_ROIS: True
MULTILEVEL_RPN: True
RESNETS:
IMAGENET_PRETRAINED_WEIGHTS: 'data/pretrained_model/X-101-64x4d.pkl'
IMAGENET_PRETRAINED_WEIGHTS: 'data/pretrained_model/X-101-64x4d.pkl'
STRIDE_1X1: False # default True for MSRA; False for C2 or Torch models
TRANS_FUNC: bottleneck_transformation
NUM_GROUPS: 64
Expand Down