You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: