-
Notifications
You must be signed in to change notification settings - Fork 15
/
k400_train_rgb_vitb-32-f16.yaml
50 lines (50 loc) · 1.18 KB
/
k400_train_rgb_vitb-32-f16.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
resume:
pretrain:
seed: 1024
data:
dataset: k400
modality: RGB
num_segments: 16
seg_length: 1
batch_size: 32
workers: 4
num_classes: 400
image_tmpl: 'img_{:05d}.jpg'
train_root: '/bpfs/v2_mnt/VIS/test/k400/train_320_frames'
train_list: 'lists/k400/kinetics_rgb_train_se320.txt'
val_root: /bpfs/v2_mnt/VIS/test/k400/kinetics_400_val_320_opencv
val_list: lists/k400/kinetics_rgb_val_se320.txt
label_list: 'lists/kinetics_400_labels.csv'
input_size: 224
randaug:
N: 2 #2
M: 9 #9
random_shift: True
network:
arch: ViT-B/32 #ViT-B/32 ViT-B/16
init: True
tm: False # False tsm tokent1d tokenshift
drop_out: 0.0
emb_dropout: 0.0
type: clip_k400
sim_header: Transf # Transf None
joint_st: False
drop: 0
fix_text: True
fix_video: False
solver:
type: cosine
epochs: 30
start_epoch: 0
epoch_offset: 0
optim: adamw
lr: 5.e-5
lr_warmup_step: 5
weight_decay: 0.2
loss_type: CE
evaluate: False
clip_ratio: 0.1
grad_accumulation_steps: 1
logging:
print_freq: 10
eval_freq: 1