- j6-E
参数设置为"all_node_type": "int8"和"all_node_type": "int16"
板端推理的输出都会有nan值
量化的终端打印的cos值是正常的
附上了hb_compile.log - 进行精度debug后,把部分敏感算子调整为int16,板端推理输出依然有nan值,这个应该要怎么调整量化的策略呢,是板端推理库有差异么
"node_config": { "MaxPool_4": {"qtype": "int16"}, "Conv_196": {"qtype": "int16"}, "Conv_219": {"qtype": "int16"}, "Conv_204": {"qtype": "int16"}, "Conv_206": {"qtype": "int16"} }



