-
Notifications
You must be signed in to change notification settings - Fork 7
/
run_1.json
81 lines (81 loc) · 2.31 KB
/
run_1.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"data_config": {
"name": "fly_v1",
"labels": [
{
"name": "middle_dist_centroid",
"thresholds": [15, 50]
},
{
"name": "middle_speed_resident",
"thresholds": [0.1, 0.5]
},
{
"name": "middle_speed_intruder",
"thresholds": [0.1, 0.5]
},
{
"name": "middle_angular_speed_resident",
"thresholds": [0.01, 0.1]
},
{
"name": "middle_angular_speed_intruder",
"thresholds": [0.01, 0.1]
},
{
"name": "middle_wing_angle_min_resident",
"thresholds": [0.05, 0.1]
},
{
"name": "middle_wing_angle_max_resident",
"thresholds": [0.1, 0.5]
},
{
"name": "middle_wing_angle_min_intruder",
"thresholds": [0.05, 0.1]
},
{
"name": "middle_wing_angle_max_intruder",
"thresholds": [0.1, 0.5]
},
{
"name": "middle_angle_social",
"thresholds": [0.5, 1.5]
},
{
"name": "middle_angle_social_intruder",
"thresholds": [0.5, 1.5]
},
{
"name": "middle_axis_ratio_resident",
"thresholds": [2.0, 3.0]
},
{
"name": "middle_axis_ratio_intruder",
"thresholds": [2.0, 3.0]
}
],
"augmentations": [
{
"name": "all_random"
}
]
},
"model_config": {
"name": "treba_model",
"z_dim": 32,
"h_dim": 256,
"rnn_dim": 256,
"num_layers": 1,
"contrastive_loss_weight": 10.0,
"consistency_loss_weight": 1.0,
"decoding_loss_weight": 0
},
"train_config": {
"batch_size": 128,
"checkpoint_freq": 999,
"learning_rate": 0.0002,
"num_epochs": [100,200],
"clip": 10
}
}