caffe-tensorflow icon indicating copy to clipboard operation
caffe-tensorflow copied to clipboard

Unable to convert a model which uses concats

Open bhargavareddy opened this issue 8 years ago • 2 comments

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)

bhargavareddy avatar Oct 10 '16 04:10 bhargavareddy

I have the very same problem. Anybody found a solution?

Max-Jesch avatar Apr 25 '17 07:04 Max-Jesch

I'm also getting the same issue.

rafihaque avatar May 04 '17 00:05 rafihaque