openppl-public / ppq

PPL Quantization Tool (PPQ) is a powerful offline neural network quantization tool.
Apache License 2.0
1.44k stars 223 forks source link

NotImplementedError: Graph op: /quantize/ArgMin(ArgMin) has no backend implementation #528

Open YilanWang opened 6 months ago

YilanWang commented 6 months ago

RuntimeError: Op Execution Error: /quantize/ArgMin(Type: ArgMin, Num of Input: 1, Num of Output: 1)

请问我们有计划支持argmin/argmax吗

ZhangZhiPku commented 6 months ago

你似乎需要这个:https://github.com/openppl-public/ppq/blob/master/ppq/samples/custimized_quant.py

heqqian commented 2 months ago

RuntimeError: Op Execution Error: /quantize/ArgMin(Type: ArgMin, Num of Input: 1, Num of Output: 1)

请问我们有计划支持argmin/argmax吗

我也碰到了类似的错误,请问你解决了这个问题吗?