模型转换:把这段代码导出为onnx后,在docker中执行 模型校验命令:hb_mapper checker --model-type onnx --model division_model3.onnx --march bayes。报错:
ERROR-OCCUR-DURING {horizon_nn.build_onnx} ***, error message: ERROR: There is no node can execute on BPU in this model, please make sure the model has at least one (Conv/Gemm/MatMul) node which is also supported by BPU.

