CoolFace
Modelpublic

Xenova/quickdraw-mobilevit-small

sourceHugging Faceupdated 2y agoView on Hugging Face
9likes848downloads
quant_config.json33 linesDownload Raw Back to root
1{2    "per_channel": true,3    "reduce_range": true,4    "per_model_config": {5        "model": {6            "op_types": [7                "Sqrt",8                "Gemm",9                "Concat",10                "Sigmoid",11                "Unsqueeze",12                "Shape",13                "Gather",14                "ReduceMean",15                "Slice",16                "Transpose",17                "Resize",18                "Sub",19                "Pow",20                "Reshape",21                "Softmax",22                "Constant",23                "Cast",24                "Mul",25                "Add",26                "Conv",27                "MatMul",28                "Div"29            ],30            "weight_type": "QUInt8"31        }32    }33}