taspinar / sidl

Deep Learning code
MIT License
59 stars 54 forks source link

Error when running CNN (Step 6) #2

Closed pyrobluestar closed 6 years ago

pyrobluestar commented 6 years ago

I get a matrix dimension error when running the CNN: InvalidArgumentError: Dimensions must be equal, but are 32768 and 25088 for 'MatMul' (op: 'MatMul') with input shapes: [16,32768], [25088,4096].

It looks like this error involves Variable_26:0 in the vggnet16?

rezacsedu commented 6 years ago

@pyrobluestar I got the same issue. Did you manage to solve it?