PyTorch LSTMCell API文件. 和RNNCell類似,輸入input_size的shape是 [batch, input_size] ,輸出$h_t$和$c_t$的shape是 [batch, hidden_size].
確定! 回上一頁