“InvalidArgumentError: Incompatible shapes: [64,40000] vs. [64] [Op:Mul]” while doing operations between tensors?

前端 未结 0 1204
感情败类
感情败类 2021-01-14 17:25

I\'m trying to do this operation between two tensors:

green_mat = sio.loadmat(\'green.mat\')
green = np.array(green_mat[\'G2\'])
green = tf.convert_to_tensor(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题