dit-base-patient-chart / quantize_config.json
yhyhy3's picture
Add model files and configs
2a220ba
raw
history blame
No virus
811 Bytes
{
"per_channel": false,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Sqrt",
"ConstantOfShape",
"Mul",
"Concat",
"Gather",
"Transpose",
"Expand",
"Gemm",
"Div",
"ReduceMean",
"Conv",
"Unsqueeze",
"Sub",
"Softmax",
"Add",
"Slice",
"Pow",
"Erf",
"Where",
"Constant",
"Reshape",
"Shape",
"Equal"
],
"weight_type": "QUInt8"
}
}
}