pytorch 中使用nn.LSTM 类来搭建基于序列的循环神经网络,他的参数基本与RNN类似,这里就不列出了。 lstm = torch.nn.LSTM(10, 20,2) input = torch.randn(5 ...
確定! 回上一頁