c = self .nl(tf.matmul(tf.concat( 1 , [inputs, r * state]), self .Wc) + self .bc). new_h = u * state + ( 1 - u) * c. return new_h, new_h ...
確定! 回上一頁