face-parsing / quantize_config.json
jonathandinu's picture
add onnx weights for transformers.js
1f7e152
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Unsqueeze",
"Shape",
"Transpose",
"Sqrt",
"Gather",
"Slice",
"Erf",
"Div",
"Reshape",
"Add",
"Cast",
"Sub",
"Concat",
"ReduceMean",
"Mul",
"Conv",
"Constant",
"Resize",
"Softmax",
"Pow",
"Relu",
"MatMul"
],
"weight_type": "QUInt8"
}
}
}