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

Flatten layer

Open a7b23 opened this issue 7 years ago • 5 comments

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'

a7b23 avatar Nov 15 '17 11:11 a7b23

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

stoneofcrazy avatar Apr 17 '18 02:04 stoneofcrazy

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

rorycochrane avatar Jan 26 '19 20:01 rorycochrane

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

a7b23 avatar Jan 27 '19 04:01 a7b23

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

lanstonchu avatar Mar 12 '19 01:03 lanstonchu

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

anilsathyan7 avatar May 08 '19 11:05 anilsathyan7