File size: 795 Bytes
b39543a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "input_info": [
        {
            "sample_size": [1, 16000],
            "type": "float"
        }
    ],
    "compression": {
        "algorithm": "quantization",
        "initializer": {
            "range": {
                "num_init_samples": 32,
                "type": "percentile",
                "params":
                {
                    "min_percentile": 0.01,
                    "max_percentile": 99.99
                }
            },

            "batchnorm_adaptation": {
                "num_bn_adaptation_samples": 200
            }
        },
        "activations":
        {
            "mode": "asymmetric"
        },
        "weights":
        {
            "mode": "symmetric",
            "signed": true,
            "per_channel": true
        }
    }
}