tf.reduce_mean() || tf.contrib.rnn.BasicRnnCell || tf.contrib.rnn.BasicLSTMCell || tf.reshape()

tf.reduce_mean()html (或tf.reduce_max()一個是求平均值,一個是求最大值)數組 # 'x' is [[1., 2.] # [3., 4.]] x是一個2維數組,分別調用reduce_*函數以下: 首先求平均值: tf.reduce_mean(x) ==> 2.5 #若是不指定第二個參數,那麼就在全部的元素中取平均值 tf.reduce_mea
相關文章
相關標籤/搜索