MTLab / onnx2caffe

pytorch to caffe by onnx
MIT License
370 stars 102 forks source link

IndexError: tuple index out of range 报这个错误呢 #46

Open yukuilong opened 2 years ago

yukuilong commented 2 years ago

Traceback (most recent call last): File "convertCaffe.py", line 108, in convertToCaffe(graph, prototxt_path, caffemodel_path) File "convertCaffe.py", line 34, in convertToCaffe graph.channel_dims[edge_name] = graph.shape_dict[edge_name][1] IndexError: tuple index out of range