tensorflow报错:Shape must be rank 2 but is rank 3 for 'MatMul' (op: 'MatMul')
tensorflow矩阵相乘,秩不同报错在tensorflow中写了这样一句:[python] view plain copy print?y_out = tf.matmul(outputs, W) y_out = tf.matmul(outputs, W)其中,outputs的shape为[16,336,400],W的shape为[400,1]出现以下报错:Shape must be r
转载
2017-07-26 20:59:13 ·
22110 阅读 ·
0 评论