-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmtConfig.json
executable file
·44 lines (44 loc) · 1.04 KB
/
mtConfig.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
{
"models_root": "/DATA1/USERS/saumitra/demo/e2h",
"models": [
{
"id": 101,
"model": "transmodel_step_800000.pt",
"timeout": 60000,
"on_timeout": "to_cpu",
"load": true,
"opt": {
"gpu":-1,
"batch_size": 1,
"beam_size": 10,
"replace_unk": true
}
},
{
"id": 100,
"model": "nmtWithAttention.pt",
"timeout": 60000,
"on_timeout": "to_cpu",
"load": true,
"opt": {
"gpu":-1,
"batch_size": 1,
"beam_size": 10,
"replace_unk": true
}
},
{
"id": 102,
"model": "engBhoAtten.pt",
"timeout": 60000,
"on_timeout": "to_cpu",
"load": true,
"opt": {
"gpu":-1,
"batch_size": 1,
"beam_size": 10,
"replace_unk": true
}
}
]
}