-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathconfig_AGPT.yaml
59 lines (50 loc) · 897 Bytes
/
config_AGPT.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
NAME: AGPT
ACCELERATOR: 'gpu'
NUM_NODES: 1
DEVICE: [0]
TRAIN:
STAGE: lm_instruct
NUM_WORKERS: 16
BATCH_SIZE: 16
END_EPOCH: 50
RESUME: ''
PRETRAINED:
PRETRAINED_VAE:
OPTIM:
target: AdamW
params:
lr: 1e-4
betas: [0.9, 0.99]
weight_decay: 0.0
EVAL:
BATCH_SIZE: 32
SPLIT: test
TEST:
CHECKPOINTS: mGPT.ckpt
SPLIT: test
BATCH_SIZE: 32
DATASET:
target: mGPT.data.HumanML3D.HumanML3DDataModule
CODE_PATH: TOKENS
METRIC:
TYPE: ['TM2TMetrics', 'PredMetrics']
LOSS:
LAMBDA_FEATURE: 1.0
LAMBDA_VELOCITY: 0.5
LAMBDA_COMMIT: 0.02
LAMBDA_CLS: 1.0
ABLATION:
RECONS_LOSS: 'l1_smooth'
model:
target: mGPT.models.mgpt.MotionGPT
params:
condition: 'text'
task: 't2m'
lm: ${lm.default}
motion_vae: ${vq.default}
LOGGER:
TYPE: ['tensorboard', 'wandb']
VAL_EVERY_STEPS: 10
WANDB:
params:
project: mem