我正在尝试使用来自Keras的Lambda层为我的模型添加一个特殊的层。我希望这一层计算张量的平均值,并将该平均值用作张量值。更清楚地说,这是我需要的,但在numpy中,我不知道如何使用张量:(使用NumPy不是使用张量) colInput ## this should be my tensor colInput =[avg for n in range(colInput.shape[0])] 我确实尝试
我是tensorflow的新手,我想从张量的每一行计算平均值。Tensorflow使用tf.reduce_mean操作来实现这一点。问题是,当一行有nan值时,该行的平均值也是nan。tf.float16)
sess.run(tf.global_variables_initializer())
mean = tf.reduce_mean