tensorflow list[None]

今天看代碼,有一句代碼爲 sequences = nested.map( lambda lhs, rhs: tf.concat([lhs[None], rhs], 0), first_output, other_outputs) 有一個None,這在普通的數組運算中並不能用,只在tensorflow中使用,作用是增加數組維度,即在數組外邊加一層[]。 但是這個在隨機數組中並不能用:
相關文章
相關標籤/搜索