mv3d
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].
Im facing this issue, please help t resolve the same
TF changed the API. You may try to use concated = tf.concat([e5, a2], 1)
to see if it works.