-
Notifications
You must be signed in to change notification settings - Fork 26
/
config.json
60 lines (52 loc) · 1.61 KB
/
config.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
{
"hyperparams" : {
"original-fp" :
{
"state_description": false,
"g_layers": [256,256,256,256],
"question_injection_position": 0,
"f_fc1": 256,
"f_fc2": 256,
"dropout": 0.5,
"lstm_hidden": 128,
"lstm_word_emb": 32,
"rl_in_size": 52
},
"original-sd":
{
"state_description": true,
"g_layers": [512,512,512,512],
"question_injection_position": 0,
"f_fc1": 512,
"f_fc2": 1024,
"dropout": 0.05,
"lstm_hidden": 256,
"lstm_word_emb": 32,
"rl_in_size": 14
},
"ir-fp":
{
"state_description": false,
"g_layers": [256,256,256,256],
"question_injection_position": 2,
"f_fc1": 256,
"f_fc2": 256,
"dropout": 0.5,
"lstm_hidden": 128,
"lstm_word_emb": 32,
"rl_in_size": 52
},
"ir-sd":
{
"state_description": true,
"g_layers": [512,512,512,512],
"question_injection_position": 2,
"f_fc1": 512,
"f_fc2": 1024,
"dropout": 0.05,
"lstm_hidden": 256,
"lstm_word_emb": 32,
"rl_in_size": 14
}
}
}