ethereon / caffe-tensorflow

Caffe models in TensorFlow
Other
2.8k stars 1.04k forks source link

Flatten layer #145

Open a7b23 opened 6 years ago

a7b23 commented 6 years ago

How can i handle the layers of type 'Flatten' ? On running convert.py it says:- 'Error encountered: Output shape computation not implemented for type: Flatten'

stoneofcrazy commented 6 years ago

Have you solved the problem? I had the same problem.

rorycochrane commented 5 years ago

I'm having a similar issue with layers of type 'Deconvolution'

a7b23 commented 5 years ago

Hi, yeah I had solved the problem. You can check out my pull request - https://github.com/ethereon/caffe-tensorflow/pull/147

lanstonchu commented 5 years ago

Hi, I just tried today and still have an issue with layers of 'Deconvolution'.

anilsathyan7 commented 5 years ago

Facing same issue with Deconvolution !!! Error encountered: Output shape computation not implemented for type: Deconvolution