caffe-tensorflow
caffe-tensorflow copied to clipboard
Unable to convert a model which uses concats
I have a model which does concats of various outputs at many instances. when I try to convert the model I get the following exception
File "/home/tbr/caffe-tensorflow/kaffe/graph.py", line 255, in build graph.compute_output_shapes() File "/home/tbr/caffe-tensorflow/kaffe/graph.py", line 99, in compute_output_shapes node.output_shape = TensorShape(*NodeKind.compute_output_shape(node)) TypeError: new() takes exactly 5 arguments (17 given)
I have the very same problem. Anybody found a solution?
I'm also getting the same issue.