File size: 402 Bytes
437729a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "explicit_prune": {},
  "init_strategy": "uniform",
  "initial_step": 0,
  "not_to_prune": [
    "qa_outputs",
    "pooler",
    "teacher"
  ],
  "prune_layer_types": {
    "Linear": {
      "name": "weight"
    },
    "QuantizedLinear": {
      "name": "weight"
    }
  },
  "pruning_fn": "pattern_lock",
  "pruning_fn_default_kwargs": {},
  "scheduler": "one_shot",
  "weight_sparsity_map": {}
}