PyTorch-Tutorial
PyTorch-Tutorial copied to clipboard
Question on the forward function: why not directly use the pytorch nn.Linear function but use a for-loop to process the data from nn.rnn?
Is there any difference?