forked from openvinotoolkit/nncf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicnet_camvid_int8.json
47 lines (42 loc) · 971 Bytes
/
icnet_camvid_int8.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
{
"model": "icnet",
"dataset" : "camvid",
"preprocessing": {
"resize": {
"height": 768,
"width": 960
},
"normalize":
{
"mean": [0.39068785, 0.40521392, 0.41434407],
"std" : [0.29652068, 0.30514979, 0.30080369]
}
},
"augmentations": {
"random_hflip": 0.5
},
"input_info": {
"sample_size": [1, 3, 768, 960]
},
"weighing": "mfb",
"optimizer": {
"type": "adam",
"optimizer_params": {
"lr": 5.0e-5,
"weight_decay": 2.0e-4
},
"schedule_type": "poly",
"schedule_params": {
"power": 0.9
}
},
"model_params": {
"in_channels": 3,
"input_size_hw": [768, 960]
},
"compression": {
"algorithm": "quantization",
"ignored_scopes": ["ICNet/interpolate_0"]
},
"export_to_ir_via_onnx": true
}