We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我是用的yolov5v6.0转的,然后报了这个错,想请问一下这类问题应该如何找原因哦 Traceback (most recent call last): File "convertCaffe.py", line 162, in convertToCaffe(graph, prototxt_path, caffemodel_path) File "convertCaffe.py", line 83, in convertToCaffe layer = converter_fn(node, graph, err) File "/home/hyj/PROJECTS/Yolov5-Hisi3559a-Train-master/yolov5_onnx2caffe/onnx2caffe/_operators.py", line 134, in _convert_sigmoid graph.channel_dims[output_name] = graph.channel_dims[input_name] KeyError: '343'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我是用的yolov5v6.0转的,然后报了这个错,想请问一下这类问题应该如何找原因哦
Traceback (most recent call last):
File "convertCaffe.py", line 162, in
convertToCaffe(graph, prototxt_path, caffemodel_path)
File "convertCaffe.py", line 83, in convertToCaffe
layer = converter_fn(node, graph, err)
File "/home/hyj/PROJECTS/Yolov5-Hisi3559a-Train-master/yolov5_onnx2caffe/onnx2caffe/_operators.py", line 134, in _convert_sigmoid
graph.channel_dims[output_name] = graph.channel_dims[input_name]
KeyError: '343'
The text was updated successfully, but these errors were encountered: