Capsule icon indicating copy to clipboard operation
Capsule copied to clipboard

why reshape before capsule

Open maatici opened this issue 6 years ago • 0 comments

Hi; I could'nt understand why the following line is needed in test code?

cnn = Reshape((-1, 128))(cnn)

and what does 128 correspond here?

thanks in advance

maatici avatar Oct 01 '19 13:10 maatici