forked from Andy1621/Nightcrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
27 lines (26 loc) · 745 Bytes
/
Copy pathrun.sh
File metadata and controls
27 lines (26 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
work_path=$(dirname $0)
PYTHONPATH=$PYTHONPATH:../../slowfast \
python tools/run_net_bn_pseudo.py \
--init_method tcp://localhost:10237 \
--cfg $work_path/config.yaml \
DATA.PATH_PREFIX ./data \
DATA.PATH_LABEL_SEPARATOR "," \
TRAIN.EVAL_PERIOD 1 \
TRAIN.CHECKPOINT_PERIOD 5 \
TRAIN.BATCH_SIZE 32 \
NUM_GPUS 4 \
UNIFORMER.DROP_DEPTH_RATE 0.3 \
SOLVER.MAX_EPOCH 30 \
SOLVER.BASE_LR 1e-4 \
SOLVER.WARMUP_EPOCHS 10.0 \
SOLVER.WEIGHT_DECAY 0.03 \
DATA.TEST_CROP_SIZE 224 \
TEST.NUM_ENSEMBLE_VIEWS 1 \
TEST.NUM_SPATIAL_CROPS 1 \
TEST.DATA_SELECT dark_unlabel \
TEST.TEST_BEST True \
TRAIN.SAVE_LATEST True \
DATA.PSEUDO_CSV pseudo/stage4.csv \
TRAIN.THRESHOLD -1 \
RNG_SEED 6666 \
OUTPUT_DIR $work_path