File size: 870 Bytes
89d5b2b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
data:
  dataloader:
    batch_size: 16
    eval_batch_size: 32
    num_workers: 2
    persistent_workers: true
    pin_memory: false
    prefetch_factor: 2
    seed: 42
  dataset:
    clips_dir: /data/qing/seamless/clips/n64_fps4_crop224_short224
    hflip_prob: 0.5
    image_size: 224
    mean:
    - 0.485
    - 0.456
    - 0.406
    num_frames: 64
    overfit: false
    std:
    - 0.229
    - 0.224
    - 0.225
    test_txt: /home/qing/mesh3d/gen3d/seamless_interaction/dataset/test.txt
    train_txt: /home/qing/mesh3d/gen3d/seamless_interaction/dataset/train.txt
model:
  hf_model_path: /data/qing/seamless/hf_cache/videomae-base-finetuned-kinetics
  image_size: 224
  num_frames: 64
training:
  common:
    end_lr: 1.0e-06
    epochs: 200
    gradient_checkpointing: false
    lr: 0.0001
    lr_backbone_mult: 0.1
    lr_warmup_epochs: 10
    weight_decay: 0.05