{
"version":1,
"batch_num":1,
"group_size":1,
"data_dump":false,
"distill_group":[
[
"layer1",
"layer2"
],
[
"layer3",
"layer4",
"layer5"
]
],
"layer1":{
"quant_enable":true,
"distill_data_config":{
"algo":"ulq_quantize",
"dst_type":"INT8"
},
"distill_weight_config":{
"algo":"arq_distill",
"channel_wise":true,
"dst_type":"INT8"
}
},
"layer3":{
"quant_enable":true,
"distill_data_config":{
"algo":"ulq_quantize",
"dst_type":"INT8"
},
"distill_weight_config":{
"algo":"arq_distill",
"channel_wise":false,
"dst_type":"INT8"
}
}
}