File size: 1,258 Bytes
d4cbafd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# ------------------- General Options -------------------------
description                  : LED
results_root_dir             : results
dataset                      : nba

# ------------------- Dataset -------------------------
past_frames                  : 10
future_frames                : 20
min_past_frames              : 10
min_future_frames            : 20

motion_dim                   : 2
forecast_dim                 : 2

traj_mean                    : [14, 7.5]
traj_scale                   : 5

# ------------------- Model -------------------------
pretrained_core_denoising_model: './results/checkpoints/base_diffusion_model.p'
debug                        : True # set to True for early stop in each epoch.

diffusion                    : {
  steps                      : 100,
  beta_start                 : 1.e-4,
  beta_end                   : 5.e-2,
  beta_schedule              : 'linear'
}

# ------------------- Training Parameters -------------------------
lr                           : 1.e-3
train_batch_size             : 2
test_batch_size              : 5
num_epochs                   : 100
test_interval                : 2
lr_scheduler                 : 'step'
decay_step                   : 8
decay_gamma                  : 0.5