tagsclassifier / quantize_config.json
JohnDoe70's picture
Add model files
058b3be
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Tanh",
"Gemm",
"Shape",
"Mul",
"Unsqueeze",
"Erf",
"ReduceMean",
"Sub",
"Softmax",
"Constant",
"Add",
"MatMul",
"Div",
"Sqrt",
"Concat",
"Gather",
"Reshape",
"Transpose",
"Pow",
"Slice",
"Cast"
],
"weight_type": "QInt8"
}
}
}