esp-dl icon indicating copy to clipboard operation
esp-dl copied to clipboard

Evaluator generate_quantized_model Failed (AIV-470)

Open notplus opened this issue 3 years ago • 2 comments

Hi, 我在使用量化工具时,calib.generate_quantization_table(model_proto, test_images, pickle_file_path)可以正常使用,模型在esp32上也能正常推理,但使用Evaluator评估时eva.generate_quantized_model(model_proto, pickle_file_path)提示current model is not supported by esp-dl错误,模型使用了 Conv2D DepthwiseConv2D Pad Add2D Concat Transpose 算子,请问是 Evaluator 还未支持上述中的算子吗?

notplus avatar Dec 07 '21 01:12 notplus

Hi,从你使用的算子来看,PAD操作暂时还未添加至Evaluator中, 我们会尽快更新Evaluator。

TiramisuJ avatar Dec 07 '21 02:12 TiramisuJ

好的

notplus avatar Dec 07 '21 02:12 notplus