mv3d icon indicating copy to clipboard operation
mv3d copied to clipboard

Dimension 1 in both shapes must be equal, but are 4096 and 64. Shapes are [64,4096] and [64,64]. From merging shape 0 with other shapes. for 'concat/concat_dim' (op: 'Pack') with input shapes: [64,4096], [64,64].

Open Occupied-Observer opened this issue 4 years ago • 1 comments

Im facing this issue, please help t resolve the same

Occupied-Observer avatar Jun 23 '20 10:06 Occupied-Observer

TF changed the API. You may try to use concated = tf.concat([e5, a2], 1) to see if it works.

horizon0408 avatar Jul 22 '20 11:07 horizon0408