Skip to content

Commit

Permalink
ss-Res101FPN
Browse files Browse the repository at this point in the history
  • Loading branch information
jnie committed Sep 18, 2019
1 parent d546b87 commit 5e6b2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/fcos/fcos_R_101_FPN_ss_2x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ SOLVER:
WEIGHT_DECAY: 0.0001
STEPS: (120000, 160000)
MAX_ITER: 180000
IMS_PER_BATCH: 4
IMS_PER_BATCH: 16
WARMUP_METHOD: "constant"
2 changes: 1 addition & 1 deletion tools/train_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import argparse
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "4,5,6,7"
# os.environ["CUDA_VISIBLE_DEVICES"] = "4,5,6,7"

import torch
from fcos_core.config import cfg
Expand Down

0 comments on commit 5e6b2be

Please sign in to comment.