-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathdefault.yaml
71 lines (65 loc) · 1.08 KB
/
default.yaml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
dataset: actnet
train_list:
val_list:
root_path:
data_dir:
resume:
pretrained_glancer:
pretrained_focuser:
train_stage:
pretrain_glancer: true
arch: resnet
num_segments: 16
k: 3
dropout: 0.5
num_classes: 200
evaluate: false
eval_freq: 5
dense_sample: false
partial_fcvid_eval: false
partial_ratio: 0.2
ada_reso_skip: false
reso_list: 224
random_crop: false
center_crop: false
ada_crop_list:
rescale_to: 224
policy_input_offset: 0
save_meta: false
epochs: 50
batch_size: 64
backbone_lr: 0.01
fc_lr: 0.005
lr_type: cos # support step or cos
lr_steps: 50-100
momentum: 0.9
weight_decay: 0.0001
clip_grad: 20
npb: true
input_size: 224
patch_size: 96
glance_size: 224
random_patch: false
feature_map_channels: 1280
action_dim: 49
hidden_state_dim: 1024 #for policy network, focuser
policy_conv: true
hidden_dim: 1024 #for gru
penalty: 0.5
consensus: gru
reward: random
gamma: 0.7
policy_lr: 0.0003
with_glancer: true
continuous: false
seed: 1007
gpus: 0
gpu:
workers: 16
world_size: 1
rank: 0
dist_url: tcp://127.0.0.1:8888
dist_backend: nccl
multiprocessing_distributed: true
distributed:
amp: true