1.芯片型号:X3派
2.天工开物开发包OpenExplorer版本:XJ3_OE_2.2.2
3.问题定位:模型转换
4.问题具体描述:
运行命令:
model_type="onnx"
proto="./onnx/RetinexNet.onnx"
caffe_model="./onnx/RetinexNet.onnx"
output="./log/lenet_checker.log"
march="bernoulli2"
hb_mapper checker --model-type ${model_type} \
--proto ${proto} --model ${caffe_model} \
--march ${march} \
--output ${output} \
--input-shape 1x3x400x600
出现错误:

请问是不支持一些网络结点吗?改进方法是什么呢?
我看算子是支持Pad的

我代码这样写有问题吗?

请求解答
