forked from jarrycyx/UNN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cuts_example.yaml
66 lines (54 loc) · 1.08 KB
/
cuts_example.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
dir_name: outputs
task_name: cuts_example
log:
stdout: false
stderr: false
tensorboard: true
data:
name: var
param:
links:
0: []
1: [[0, -1, 0.8, lin_f]]
2: [[0, -1, 0.8, lin_f], [1, -1, 0.8, lin_f]]
T: 10000
noise_sigma: [0.1,0.1]
pre_sample:
random_missing:
missing_var: all
missing_prob: 0.3
seed: 0
init_fill: zoh
reproduc:
seed: 42
benchmark: false
deterministic: true
cuts:
n_nodes: 3
input_step: 1
batch_size: 512
data_dim: 1
total_epoch: 100
supervision_policy: masked_before_50
fill_policy: rate_0.1_after_10
show_graph_every: 20
data_pred:
model: multi_mlp
pred_step: 1
mlp_hid: 128
mlp_layers: 3
lr_data_start: 1e-4
lr_data_end: 1e-5
weight_decay: 0.001
prob: true
# disable_graph: true
graph_discov:
lambda_s_start: 0.1
lambda_s_end: 0.1
lr_graph_start: 1e-2
lr_graph_end: 1e-3
start_tau: 1
end_tau: 0.1
dynamic_sampling_milestones: [0]
dynamic_sampling_periods: [1]
causal_thres: value_0.5 # percentile_40