Skip to content

Commit

Permalink
fix coco
Browse files Browse the repository at this point in the history
  • Loading branch information
shuangw98 committed Jul 25, 2022
1 parent 50e25ea commit 7c55246
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions coco_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ IMAGENET_PRETRAIN=weight/R-101.pkl
IMAGENET_PRETRAIN_TORCH=weight/resnet101-5d3b4d8f.pth


# python3 train_net.py --num-gpus 4 --config-file configs/coco/base.yaml \
# --opts MODEL.WEIGHTS ${IMAGENET_PRETRAIN} \
# OUTPUT_DIR ${SAVEDIR}/base
python3 train_net.py --num-gpus 4 --config-file configs/coco/base.yaml \
--opts MODEL.WEIGHTS ${IMAGENET_PRETRAIN} \
OUTPUT_DIR ${SAVEDIR}/base


python3 tools/model_surgery.py --dataset coco --method randinit \
Expand Down

0 comments on commit 7c55246

Please sign in to comment.