forked from openvinotoolkit/nncf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
unet_mapillary.json
40 lines (37 loc) · 949 Bytes
/
unet_mapillary.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
{
"model": "unet",
"dataset" : "mapillary",
"preprocessing": {
"resize": {
"height": 512,
"width": 1024
},
"normalize": {
"mean": [0.485, 0.456, 0.406],
"std" : [0.229, 0.224, 0.225]
}
},
"input_info": {
"sample_size": [1, 3, 512, 1024]
},
"weighing": [0.0000, 0.0554, 0.3358, 0.0843, 0.7865, 0.7753, 1.1966, 5.1031, 2.4255,
0.0679, 0.8589, 0.0389, 2.8977, 9.4937, 0.2531, 1.8852, 2.1179, 2.1978,
5.9516, 6.4394],
"optimizer": {
"type": "SGD",
"optimizer_params": {
"lr": 0.01,
"weight_decay": 2.0e-5,
"momentum": 0.99
},
"schedule_type": "plateau",
"schedule_params": {
"threshold": 0.001,
"patience": 3
},
"gamma": 0.1
},
"model_params": {
"input_size_hw": [512, 1024]
}
}