ValueError: Shapes (2, 100, 1) and () are incompatible
concated = tf.concat(1, [indices, labels]) 运行平台: tf: '1.14.0' 解决方法: 改成: concated = tf.concat([indices, labels], 1)
concated = tf.concat(1, [indices, labels])
'1.14.0'
concated = tf.concat([indices, labels], 1)
墨之科技,版权所有 © Copyright 2017-2027
湘ICP备14012786号 邮箱:ai@inksci.com