Is there any differences between nn.Recurrent module in torch and nn.RNN module in pytorch?

I need to convert a nn.Recurrent layer in torch into pytorch layer. Is there any differences between nn.Recurrent module in torch and nn.RNN module in pytorch?