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